Searched refs:LUAI_MAXNUMBER2STR (Results 1 – 2 of 2) sorted by relevance
401 #define LUAI_MAXNUMBER2STR 32 /* 16 digits, sign, point, and \0 */ macro404 lcompat_sprintf((s), LUAI_MAXNUMBER2STR, LUA_NUMBER_FMT, (n))
49 char s[LUAI_MAXNUMBER2STR]; in luaV_tostring()