HP C A.06.05 Reference Manual
Syntax Summary
Lexical Grammar
Appendix A264
Lexical Grammar
Tokens
token
::=
keyword
identifier
constant
string-literal
operator
punctuator
preprocessing-token
::=
header-name
identifier
pp-number
character-constant
string-literal
operator
punctuator
each non-white-space character cannot be one
of the above
Keywords
keyword
::= any word from the set:
auto extern sizeof
break float static
case for struct
char goto switch
const if __thread (HP-UX 10.30 and later)
continue int typedef
default long union
do register unsigned
double return void
else short volatile
enum signed while