Declaration:
unsigned long strtoul(char s[], int endptr[], int radix, int index=0);
Description
The strtoul function is the same as strtol, except that it returns the unsigned long integer.