src/javacodegen.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* jkeywords[]; 40 void java_highlighter(char *src, UcxBuffer *dest, int *mlc);
41
42 int check_jtype(char *word, size_t len);
43 int check_jdirective(char *word);
44 void jparseline(char *src, UcxBuffer *dest, int *mlc);
45
46 41
47 #ifdef __cplusplus 42 #ifdef __cplusplus
48 } 43 }
49 #endif 44 #endif
50 45

mercurial