9 lines
76 B
C
9 lines
76 B
C
|
#ifndef H_CG
|
||
|
#define H_CG
|
||
|
|
||
|
#include"ast.h"
|
||
|
|
||
|
void cg_go(union AST*);
|
||
|
|
||
|
#endif
|