scyther/src/compiler.h

7 lines
91 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);
#endif