summaryrefslogtreecommitdiff
path: root/devdocs/gcc~13/dollar-signs.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/gcc~13/dollar-signs.html')
-rw-r--r--devdocs/gcc~13/dollar-signs.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/gcc~13/dollar-signs.html b/devdocs/gcc~13/dollar-signs.html
new file mode 100644
index 00000000..7141d150
--- /dev/null
+++ b/devdocs/gcc~13/dollar-signs.html
@@ -0,0 +1,6 @@
+<div class="section-level-extent" id="Dollar-Signs"> <div class="nav-panel"> <p> Next: <a href="character-escapes" accesskey="n" rel="next">The Character <kbd class="key">ESC</kbd> in Constants</a>, Previous: <a href="c_002b_002b-comments" accesskey="p" rel="prev">C++ Style Comments</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="Dollar-Signs-in-Identifier-Names"><span>6.42 Dollar Signs in Identifier Names<a class="copiable-link" href="#Dollar-Signs-in-Identifier-Names"> ΒΆ</a></span></h1> <p>In GNU C, you may normally use dollar signs in identifier names. This is because many traditional C implementations allow such identifiers. However, dollar signs in identifiers are not supported on a few target machines, typically because the target assembler does not allow them. </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/Dollar-Signs.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Dollar-Signs.html</a>
+ </p>
+</div>