aboutsummaryrefslogtreecommitdiff
path: root/gen_code.h
blob: cb463c28b80e42c520ab70c7e9f9a84fa2f75afa (plain)
1
2
3
4
5
6
#ifndef GEN_CODEH
#define GEN_CODEH

#include "tree.h"
void gen_code(ptree*, char*);
#endif