| 405 | |
| 406 | |
| 407 | LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg, |
| 408 | lua_Integer def) { |
| 409 | return luaL_opt(L, luaL_checkinteger, narg, def); |
| 410 | } |
| 411 | |
| 412 | |
| 413 | LUALIB_API lua_Unsigned luaL_optunsigned (lua_State *L, int narg, |
no outgoing calls
no test coverage detected