List of all the reserved words in C. Reserved words can't be used for variable or function identifiers.
auto else long switch
break enum register typedef
case extern return union
char float short unsigned
const for signed void
continue goto sizeof volatile
default if static while
do int struct _Packed
double