#ifndef GEN_CODEH #define GEN_CODEH #include "tree.h" void gen_code(ptree*); void gen_expr(ptree*); void gen_statement(ptree*); #endif