Searched defs:luaL_optint (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlauxlib.h309 #define luaL_optint(L,n,d) ((int)luaL_optinteger(L, (n), (d))) macro

Completed in 86 milliseconds