Home
last modified time | relevance | path

Searched refs:b_str2int (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlbaselib.c64 static const char *b_str2int (const char *s, int base, lua_Integer *pn) { in b_str2int() function
108 if (b_str2int(s, (int)base, &n) == s + l) { in luaB_tonumber()