#ifndef CODEGEN_H #define CODEGEN_H #include "cgcode.h" #include "cgutil.h" void cgGenCode( ostream &o,const vector<CGFun*> &funcs ); #endif