| 195 | |
| 196 | |
| 197 | LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg, |
| 198 | lua_Integer def) { |
| 199 | return luaL_opt(L, luaL_checkinteger, narg, def); |
| 200 | } |
| 201 | |
| 202 | |
| 203 | LUALIB_API int luaL_getmetafield (lua_State *L, int obj, const char *event) { |
no outgoing calls
no test coverage detected