Goto statements.
[mcc.git] / parse.h
blob6f74f295d8c11962ea85d42ef02a288349f96fbc
1 #ifndef MCC_PARSE_H
2 #define MCC_PARSE_H
4 #include "cc.h"
6 void cc_parse(struct cc *cc);
8 #endif