]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/gcc/extensions-to-the-c-language-family/the-character-esc-in-constants.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / extensions-to-the-c-language-family / the-character-esc-in-constants.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. _character-escapes:
7
8The Character ESC in Constants
9******************************
10
11You can use the sequence :samp:`\\e` in a string or character constant to
3ed1b4ce 12stand for the ASCII character ESC.