home *** CD-ROM | disk | FTP | other *** search
- ******************************************
- *** ANSI Standard C Reserved Words ***
- ******************************************
- * Statements *
- break
- case<.>
- continue
- default<.>
- do
- for
- goto
- if
- else
- return
- switch
- while
- * Declarations *
- auto
- char
- const
- double
- enum
- extern
- float
- int
- long
- register
- short
- signed
- sizeof
- static
- struct
- typedef
- union
- unsigned
- void
- volatile
- * Preprocessor Directives *
- #define
- #elif<.>
- #else<.>
- #endif<.
- #error
- #if.>
- #ifdef.>
- #ifndef.>
- #include
- #line
- #pragma
- #undef
- defined!