Section: Manual del Programador de Linux (3)
Updated: 23 Diciembre 1995
Index Return to Main
Contents
atoi - convierte una cadena a un entero.
#include <stdlib.h> int atoi(const char *nptr);
La función atoi() convierte la porción inicial de la cadena apuntada por nptr a int. El comportamiento es el mismo que
excepto que atoi() 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:27 GMT, January 22, 2005