26 * POSSIBILITY OF SUCH DAMAGE. |
26 * POSSIBILITY OF SUCH DAMAGE. |
27 * |
27 * |
28 */ |
28 */ |
29 |
29 |
30 #include "ccodegen.h" |
30 #include "ccodegen.h" |
31 #include "ucx/utils.h" |
|
32 #include <string.h> |
|
33 #include <ctype.h> |
|
34 |
31 |
35 const char* ckeywords[] = { |
32 const char* ckeywords[] = { |
36 "auto", "break", "case", "char", "const", "continue", "default", "do", |
33 "auto", "break", "case", "char", "const", "continue", "default", "do", |
37 "double", "else", "enum", "extern", "float", "for", "goto", "if", "int", |
34 "double", "else", "enum", "extern", "float", "for", "goto", "if", "int", |
38 "long", "register", "return", "short", "signed", "sizeof", "static", |
35 "long", "register", "return", "short", "signed", "sizeof", "static", |