| 438 | |
| 439 | |
| 440 | LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg, |
| 441 | lua_Integer def) { |
| 442 | return luaL_opt(L, luaL_checkinteger, arg, def); |
| 443 | } |
| 444 | |
| 445 | /* }====================================================== */ |
| 446 |
no outgoing calls
no test coverage detected