summaryrefslogtreecommitdiff
path: root/devdocs/gcc~13/character-escapes.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/gcc~13/character-escapes.html')
-rw-r--r--devdocs/gcc~13/character-escapes.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/gcc~13/character-escapes.html b/devdocs/gcc~13/character-escapes.html
new file mode 100644
index 00000000..ec57400e
--- /dev/null
+++ b/devdocs/gcc~13/character-escapes.html
@@ -0,0 +1,6 @@
+<div class="section-level-extent" id="Character-Escapes"> <div class="nav-panel"> <p> Next: <a href="alignment" accesskey="n" rel="next">Determining the Alignment of Functions, Types or Variables</a>, Previous: <a href="dollar-signs" accesskey="p" rel="prev">Dollar Signs in Identifier Names</a>, Up: <a href="c-extensions" accesskey="u" rel="up">Extensions to the C Language Family</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div> <h1 class="section" id="The-Character-ESC-in-Constants"><span>6.43 The Character <kbd class="key">ESC</kbd> in Constants<a class="copiable-link" href="#The-Character-ESC-in-Constants"> ¶</a></span></h1> <p>You can use the sequence ‘<samp class="samp">\e</samp>’ in a string or character constant to stand for the ASCII character <kbd class="key">ESC</kbd>. </p> </div><div class="_attribution">
+ <p class="_attribution-p">
+ &copy; Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br>
+ <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Character-Escapes.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Character-Escapes.html</a>
+ </p>
+</div>