scyther/src/arachne.h
2004-08-11 09:51:17 +00:00

9 lines
94 B
C

#ifndef ARACHNE
#define ARACHNE
#include "system.h"
int arachne (const System sys);
#endif