Home
last modified time | relevance | path

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

/external/lua/src/
Dlbaselib.c60 static const char *b_str2int (const char *s, int base, lua_Integer *pn) { in b_str2int() function
104 if (b_str2int(s, (int)base, &n) == s + l) { in luaB_tonumber()