Valid characters for file name in the #include directive

Viewed 1321

What are the valid characters for the file name in the #include directive?

Under Linux, for example, I can use pretty much any character except / and \0 to have a valid file name, but I would expect C preprocessor to be more restrictive about the names of files I can include.

1 Answers
Related