Searched refs:lua_number2str (Results 1 – 2 of 2) sorted by relevance
403 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n)) macro
53 int l = lua_number2str(s, n); in luaV_tostring()