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