Copyright Digital Equipment Corp. All rights reserved.
Converts strings of ASCII characters to the appropriate numeric
values.
Format
#include <stdlib.h>
long int strtol (const char *nptr, char **endptr, int base);
Function_Variants Arguments Description Return_Values