/sys$common/syshlp/helplib.hlb CC, Run-time functions, strtod *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Converts a given string to a double-precision number. Syntax: #include <stdlib.h> double strtod (const char *nptr, char **endptr);
|