codegen.h 144 B

12345678910
  1. #ifndef CODEGEN_H
  2. #define CODEGEN_H
  3. #include "cgcode.h"
  4. #include "cgutil.h"
  5. void cgGenCode( ostream &o,const vector<CGFun*> &funcs );
  6. #endif