strtod

From Wikipedia, the free encyclopedia

Strtod is a C language function that converts an ASCII string to a double precision value. It is utilized via the following sequence:

double strtod(const char *restrict, char **restrict);[1]

Strtod is included in the stdlib.h header file, the standard general-purpose C library.

[edit] See also

[edit] References

  1. ^ OpenGroup Technical Standards Documentation

http://www.opengroup.org/onlinepubs/009695399/basedefs/stdlib.h.html