Home
last modified time | relevance | path

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

/external/lua/src/
Dlstrlib.c841 static int num2straux (char *buff, int sz, lua_Number x) { in num2straux() function
875 int n = num2straux(buff, sz, x); in lua_number2strx()