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