tonumber
#define tonumber(x) ((x) - '0')
#define tonumber(x) ((x)-'0')
#define tonumber(o,n) (ttisnumber(o) || (((o) = luaV_tonumber(o,n)) != NULL))