GNU Info

Info Node: (gcc-300.info)Multi-line Strings

(gcc-300.info)Multi-line Strings


Next: Subscripting Prev: Escaped Newlines Up: C Extensions
Enter node , (file) or (file)node

String Literals with Embedded Newlines
======================================

   As an extension, GNU CPP permits string literals to cross multiple
lines without escaping the embedded newlines.  Each embedded newline is
replaced with a single `\n' character in the resulting string literal,
regardless of what form the newline took originally.

   CPP currently allows such strings in directives as well (other than
the `#include' family).  This is deprecated and will eventually be
removed.


automatically generated by info2www version 1.2.2.9