shithub: lua9

ref: a5c6a7b0ba55e5a88e1e1f1f5140b1195bbfbeaf
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