VMS Help CC, Run-time functions, atoi *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Converts strings of ASCII characters to the appropriate numeric values. The ASCII string has the following form: [white-spaces][+|-]digits This function does not account for overflow resulting from the conversion. Syntax: #include <stdlib.h> int atoi(const char *nptr);
|