lua_strx2number
static lua_Number lua_strx2number (const char *s, char **endptr) {
#define lua_strx2number(s,p) lcompat_strtoll((s), (p))