long simple_strtol (const char * cp, char ** endp, unsigned int base);
long simple_strtol
The start of the string
A pointer to the end of the parsed string will be placed here
The number base to use