Copyright Digital Equipment Corp. All rights reserved.
Converts the initial portion of the string pointed to by nptr to
an unsigned long integer.
Format
#include <stdlib.h>
unsigned long int strtoul (const char *nptr, char **endptr, int base);
Function_Variants Arguments Return_Values