Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v6

atoi(3)



atoi convert ASCII to integer atoi(nptr)
char *nptr;
converts the string pointed to by to an integer. The string can contain leading blanks or tabs, an optional ‘−’, and then an unbroken string of digits. Conversion stops at the first non-digit. atof (III) There is no provision for overflow.



atoi(3)