nctref/src/cg.h
2024-11-20 16:36:17 +02:00

9 lines
75 B
C

#ifndef H_CG
#define H_CG
#include"ast.h"
int cg_go(union AST*);
#endif