| 456 | |
| 457 | |
| 458 | LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg, |
| 459 | lua_Integer def) { |
| 460 | return luaL_opt(L, luaL_checkinteger, arg, def); |
| 461 | } |
| 462 | |
| 463 | /* }====================================================== */ |
| 464 |
no outgoing calls
no test coverage detected