| 365 | |
| 366 | |
| 367 | LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg, |
| 368 | lua_Integer def) { |
| 369 | return luaL_opt(L, luaL_checkinteger, narg, def); |
| 370 | } |
| 371 | |
| 372 | |
| 373 | LUALIB_API lua_Unsigned luaL_optunsigned (lua_State *L, int narg, |
no outgoing calls
no test coverage detected