work on type inference some more
[ccc.git] / genc.h
1 #ifndef GENC_H
2 #define GENC_H
3
4 #include <stdio.h>
5
6 #include "ast.h"
7
8 void genc(struct ast *res, FILE *cout);
9
10 #endif