src/ccodegen.h

changeset 45
1f3835182aeb
parent 36
be60c22cddfe
child 46
534a4ef4143d
equal deleted inserted replaced
44:2b4ac35d061d 45:1f3835182aeb
39 39
40 extern const char* ckeywords[]; 40 extern const char* ckeywords[];
41 41
42 int check_ctype(char *word, size_t len); 42 int check_ctype(char *word, size_t len);
43 int check_cdirective(char *word); 43 int check_cdirective(char *word);
44 void cparseline(char *src, char *dest, highlighter_t *hltr); 44 void cparseline(char *src, UcxBuffer *dest, highlighter_t *hltr);
45 45
46 #ifdef __cplusplus 46 #ifdef __cplusplus
47 } 47 }
48 #endif 48 #endif
49 49

mercurial