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