src/codegens.h

changeset 49
f86f0b054464
parent 48
b2724c711203
child 50
17408c3607ce
equal deleted inserted replaced
48:b2724c711203 49:f86f0b054464
28 */ 28 */
29 29
30 #ifndef CODEGENS_H 30 #ifndef CODEGENS_H
31 #define CODEGENS_H 31 #define CODEGENS_H
32 32
33 #include <stdlib.h>
33 #include <stdio.h> 34 #include <stdio.h>
35 #include <string.h>
36 #include <ctype.h>
34 #include "ucx/string.h" 37 #include "ucx/string.h"
35 #include "ucx/buffer.h" 38 #include "ucx/buffer.h"
39 #include "ucx/utils.h"
36 40
37 #ifdef __cplusplus 41 #ifdef __cplusplus
38 extern "C" { 42 extern "C" {
39 #endif 43 #endif
40 44

mercurial