The following words are classified as keywords in ISO-C90:
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 ISO-C99, 5 additional keywords have been added:
inline restrict _Bool _Complex _Imaginary