HPlogo HP C/HP-UX Reference Manual: Workstations and Servers > Chapter 2 Lexical Elements

Keywords

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

The following keywords are reserved in the C language. You cannot use them as program identifiers. Type them as shown, using lowercase characters.

auto       do      goto      signed       union
break double if sizeof unsigned
case else int static void
char enum long struct volatile
const extern register switch while
continue float return __thread (HP-UX 10.30 and later)
default for short typedef