Copyright Digital Equipment Corp. All rights reserved.
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);
Argument Description Return_Value