Searched defs:lua_isinteger (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/lua/src/ | ||
H A D | lua.h | 196 LUA_API int (lua_isinteger) (lua_State *L, int idx); variable |
H A D | lapi.c | 303 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger() function |