| 450 | |
| 451 | |
| 452 | LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg, |
| 453 | lua_Integer def) { |
| 454 | return luaL_opt(L, luaL_checkinteger, arg, def); |
| 455 | } |
| 456 | |
| 457 | /* }====================================================== */ |
| 458 |
no outgoing calls
no test coverage detected