| |||
| Home > ARM Compiler Reference > GNU extensions to the ARM compiler > 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 ");
}
The ARM compiler supports this behavior in GNU mode for backward compatibility. However, it is no longer supported in the GNU compiler.