VMS Help CC, Run-time functions, strtol *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Converts strings of ASCII characters to the appropriate numeric values. Syntax: #include <stdlib.h> long int strtol (const char *nptr, char **endptr, int base);
|