Transcription of The GNU C Reference Manual
{{id}} {{{paragraph}}}
The GNU C Reference ManualTrevis RothwellJames YoungmanCopyrightc 2007-2015 Free Software Foundation, is granted to copy, distribute and/or modify this document under the terms ofthe GNU Free Documentation License, Version or any later version published by theFree Software Foundation; with no Invariant Sections, with no Front-Cover Texts and noBack-Cover Texts. A copy of the license is included in the section entitled GNU FreeDocumentation License. iTable of ..11 Lexical Identifiers.. Keywords.. Constants.. Integer Constants.. character Constants.. Real Number Constants.. String Constants.. Operators.. Separators.
three octal digits (0 to 7). For example, 101 is the octal equivalent of 65, which is the ASCII character ’A’. Thus, the character constant ’\101’ is the same as the character constant ’A’. The hexadecimal escape sequence is the backslash character, followed by x and an un-limited number of hexadecimal digits (0 to 9, and a to f or ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}