| 35:abaf2489c549 | 36:be60c22cddfe |
|---|---|
| 37 extern "C" { | 37 extern "C" { |
| 38 #endif | 38 #endif |
| 39 | 39 |
| 40 extern const char* ckeywords[]; | 40 extern const char* ckeywords[]; |
| 41 | 41 |
| 42 int isctype(char *word, size_t len); | 42 int check_ctype(char *word, size_t len); |
| 43 int iscdirective(char *word); | 43 int check_cdirective(char *word); |
| 44 void cparseline(char *src, char *dest, highlighter_t *hltr); | 44 void cparseline(char *src, char *dest, highlighter_t *hltr); |
| 45 | 45 |
| 46 #ifdef __cplusplus | 46 #ifdef __cplusplus |
| 47 } | 47 } |
| 48 #endif | 48 #endif |