scyther/src/prune_theorems.h

7 lines
92 B
C

#ifndef PRUNETHEOREMS
#define PRUNETHEOREMS
int prune_theorems (const System sys);
#endif