src/ccodegen.h

changeset 48
b2724c711203
parent 47
c39ecbbca7c0
child 49
f86f0b054464
equal deleted inserted replaced
47:c39ecbbca7c0 48:b2724c711203
35 35
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 extern "C" { 37 extern "C" {
38 #endif 38 #endif
39 39
40 extern const char* ckeywords[]; 40 void c_highlighter(char *src, UcxBuffer *dest, int *mlc);
41
42 int check_ctype(char *word, size_t len);
43 int check_cdirective(char *word);
44 void cparseline(char *src, UcxBuffer *dest, int *mlc);
45 41
46 #ifdef __cplusplus 42 #ifdef __cplusplus
47 } 43 }
48 #endif 44 #endif
49 45

mercurial