scyther/src/arachne.h

9 lines
94 B
C
Raw Normal View History

2004-08-11 10:51:17 +01:00
#ifndef ARACHNE
#define ARACHNE
#include "system.h"
int arachne (const System sys);
#endif