scyther/src/compiler.h

8 lines
127 B
C
Raw Normal View History

2004-04-23 11:58:43 +01:00
#ifndef COMPILER
#define COMPILER
void compile (System sys, Tac tc, int maxruns);
void preprocess (const System sys);
2004-04-23 11:58:43 +01:00
#endif