Node:Escape Sequences, Next:, Previous:Type Layout, Up:Target Macros



Target Character Escape Sequences

By default, GCC assumes that the C character escape sequences take on their ASCII values for the target. If this is not correct, you must explicitly define all of the macros below.

TARGET_BELL
A C constant expression for the integer value for escape sequence \a.
TARGET_ESC
A C constant expression for the integer value of the target escape character. As an extension, GCC evaluates the escape sequences \e and \E to this.
TARGET_BS
TARGET_TAB
TARGET_NEWLINE
C constant expressions for the integer values for escape sequences \b, \t and \n.
TARGET_VT
TARGET_FF
TARGET_CR
C constant expressions for the integer values for escape sequences \v, \f and \r.