scyther/src/claim.h

8 lines
153 B
C
Raw Normal View History

2004-06-16 11:40:13 +01:00
#ifndef CLAIMS
#define CLAIMS
int check_claim_nisynch (const System sys, const int i);
int check_claim_niagree (const System sys, const int i);
2004-06-16 11:40:13 +01:00
#endif