HP C A.06.05 Reference Manual

Syntax Summary
Lexical Grammar
Appendix A266
digit-sequence
::=
digit
digit-sequence digit
floating-suffix
::=
flFL
integer-constant
::=
decimal-constant [integer-suffix]
octal-constant [integer-suffix]
hexadecimal-constant [integer-suffix]
decimal-constant
::=
nonzero-digit
decimal-constant digit
octal-constant
::=
0
octal-constant octal-digit
hexadecimal-constant
::=
0x
hexadecimal-digit
0X
hexadecimal-digit
hexadecimal-constant hexadecimal-digit
nonzero-digit
::= any character from the set:
123456789
octal-digit
::= any character from the set
01234567
hexadecimal-digit
::= any character from the set
0123456789
abcdef
ABCDEF
integer-suffix
::=
unsigned-suffix [long-suffix]
length-suffix [unsigned-suffix]