| 489 | |
| 490 | |
| 491 | LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg, |
| 492 | lua_Integer def) { |
| 493 | return luaL_opt(L, luaL_checkinteger, arg, def); |
| 494 | } |
| 495 | |
| 496 | /* }====================================================== */ |
| 497 |
nothing calls this directly
no outgoing calls
no test coverage detected