HP C A.06.05 Reference Manual
Program Organization
Lexical Elements
Chapter 212
• enum
• extern
• float
• for
• goto
• if
• int
• long
• register
• return
• short
• signed
• sizeof
• static
• struct
• switch
• __thread
• typedef
• union
• unsigned
• void
• volatile
• while
auto
Causes the variable to be dynamically allocated and initialized only when the block
containing the variable is being executed. This is the default for local variables.
break
See “break” on page 156.