| 422 | |
| 423 | |
| 424 | LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg, |
| 425 | lua_Integer def) { |
| 426 | return luaL_opt(L, luaL_checkinteger, arg, def); |
| 427 | } |
| 428 | |
| 429 | /* }====================================================== */ |
| 430 |
no outgoing calls
no test coverage detected