scyther/src/prune_bounds.h

7 lines
86 B
C

#ifndef PRUNEBOUNDS
#define PRUNEBOUNDS
int prune_bounds (const System sys);
#endif