Contents|Index|Previous|Next
Dollar Signs in Identifier Names
In GNU C, you may use dollar signs in identifier names. This is because many
traditional C implementations allow such identifiers. However, dollar signs are
not supported on a few target machines, typically because the atrget assembler
does not allow them.