start with c codegen
[ccc.git] / genc.h
1 #ifndef GENC_H
2 #define GENC_H
3
4 #include <stdbool.h>
5 #include <stdio.h>
6
7 #include "ast.h"
8
9 int genc(struct ast *res, FILE *cout);
10
11 #endif