![]() |
C Language Keywords |
Standard ANSI C recognizes the following keywords:
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while
In addition to these standard keywords, TIGCC recognizes some extended keywords
which do not exist in ANSI C, like asm, typeof,
inline, etc., which are described in details in the section
GNU C language extensions. This section also describes extensions
to standard keywords, not only new ones.
Note: If square brackets '[...]' are used in syntax descriptions, they mean optional
arguments (as usual in syntax-describing languages), not square brackets as literals.