simple_strtol
simple_strtol(const char *cp, char **endp, unsigned int base)
#define simple_strtol(a, b, c) strtol((a), (b), (c))