Programming Tools Guide
Chapter 3, C language compiler
Wide string literals
Wide string literals
-
A wide-character string literal is a string literal
immediately prefixed by the letter
L.
-
Wide-character string literals have type ``array of wchar_t.''
-
Wide string literals may contain escape sequences,
and they may be concatenated, like ordinary string literals.