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