Copyright Digital Equipment Corp. All rights reserved.

strtol

   Converts strings of ASCII characters to the appropriate numeric
   values.

   Format

     #include  <stdlib.h>

     long int strtol  (const char *nptr, char **endptr, int base);
 


Additional information available:

Function_Variants               Arguments       Description     Return_Values