shithub: lua9

ref: 9b93e2f3b8bfb3010e224ae540c3d74e53f308c2
dir: lua9/utils.h

View raw version
#ifndef UTILS_H__
#define UTILS_H__

void pushglobal(lua_State *L, const char *name, int value);
void createmetatable(lua_State *L, const char *name, luaL_Reg *funcs);

#endif