Section: Manual del Programador de Linux (3)
Updated: 29 Marzo 1993
Index Return to Main
Contents
atof - convierte una cadena a un double.
#include <stdlib.h> double atof(const char *nptr);
La función atof() convierte la porción inicial de la cadena apuntada por nptr a un double. El comportamiento es el mismo que
excepto que atof() no detecta errores.
SVID 3, POSIX, BSD 4.3, ISO 9899
(3), atol(3), strtod(3), strtol(3), strtoul(3)
This document was created by man2html, using
the manual pages.
Time: 06:16:25 GMT, January 22, 2005