#ifndef TEST_H #define TEST_H #include void print(lua_State *L, const char *s); void say(lua_State *L, const char *s); #endif