Table of Contents

NAME

string to long integer

SYNOPSIS

DESCRIPTION

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

SEE ALSO

STANDARDS

The function conforms to


Table of Contents