3.4.24. Multiline strings

String literals can include newline characters in addition to the escaped counterpart (’\n’), for example:

void Multi_line_Strings_0()
{
    printf (" this is a string with a line break 
here between the words ");
}

Note

The ARM compiler supports this behavior in GNU mode for backward compatibility. However, it is no longer supported in the GNU compiler.

Copyright © 2002-2005 ARM Limited. All rights reserved.ARM DUI 0205F
Non-Confidential