src/c2html.h

changeset 52
33ded421c512
parent 49
f86f0b054464
child 55
bf54085ce341
equal deleted inserted replaced
51:f25ba6fd7a08 52:33ded421c512
28 */ 28 */
29 29
30 #ifndef C2HTML_H 30 #ifndef C2HTML_H
31 #define C2HTML_H 31 #define C2HTML_H
32 32
33 #include <fcntl.h>
34 #include <unistd.h>
35
36 #include "javacodegen.h"
37 #include "ccodegen.h"
38
39 #ifdef __cplusplus 33 #ifdef __cplusplus
40 extern "C" { 34 extern "C" {
41 #endif 35 #endif
42 36
43 #define VERSION_MAJOR 2 37 #define VERSION_MAJOR 2

mercurial