#ifndef INIT_H #define INIT_H #include "version.h" int wallaby_version; int detect_version(); int my_strcmp( char *, char * ); #endif