#ifndef GECKO_H #define GECKO_H #include #include #include #include #include //for va_list void checkForGecko(); int gprintf(const char *str, ...); #endif