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 target assembler does not allow them.