Directive #""
- Directive #""
#""
- Description
If a string literal is opened with #" newlines in the string will end up in the string literal, instead of triggering a "newline in string" error.
- Note
Newlines will be converted to \n characters in the string even if the newlines in the file are something else.
This preprocessor directive may appear anywhere a string may appear.
- See also