Table of Contents

NAME

string to double

SYNOPSIS

DESCRIPTION

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

SEE ALSO

STANDARDS

The function conforms to


Table of Contents