Table of Contents

NAME

string to integer

SYNOPSIS

DESCRIPTION

The function converts the initial portion of the string pointed to by to representation. It is equivalent to: (int)strtol(nptr, (char **)NULL, 10);

SEE ALSO

STANDARDS

The function conforms to


Table of Contents