|
VMS Help CRTL, atoi,atol *Conan The Librarian |
Convert strings of ASCII characters to the appropriate numeric
values.
Format
#include <stdlib.h>
int atoi (const char *nptr);
long int atol (const char *nptr);
Additional Information (explode) :
|
|