src/c2html.h

changeset 37
1a67185e5496
parent 35
abaf2489c549
child 39
ac35daceb24c
equal deleted inserted replaced
36:be60c22cddfe 37:1a67185e5496
41 #include "ccodegen.h" 41 #include "ccodegen.h"
42 42
43 #ifdef __cplusplus 43 #ifdef __cplusplus
44 extern "C" { 44 extern "C" {
45 #endif 45 #endif
46
47 #define VERSION_MAJOR 2
48 #define VERSION_MINOR 0
49 #define VERSION_DEVELOP 1 // set this to zero for release version
46 50
47 51
48 #define INPUTBUF_SIZE 2048 52 #define INPUTBUF_SIZE 2048
49 53
50 #define C2HTML_C 0 54 #define C2HTML_C 0

mercurial