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