Using and Porting GNU CC - Character Escapes

Node: Character Escapes Next: Variable Attributes Prev: Dollar Signs Up: C Extensions

The Character ESC in Constants

You can use the sequence `\e' in a string or character constant to stand for the ASCII character ESC.


Next: Variable Attributes Up: C Extensions