Query: atoi
OS: bsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATOF(3) Library Functions Manual ATOF(3)NAMEatof, atoi, atol - convert ASCII to numbersSYNOPSISdouble atof(nptr) char *nptr; atoi(nptr) char *nptr; long atol(nptr) char *nptr;DESCRIPTIONThese functions convert a string pointed to by nptr to floating, integer, and long integer representation respectively. The first unrecog- nized character ends the string. Atof recognizes an optional string of spaces, then an optional sign, then a string of digits optionally containing a decimal point, then an optional `e' or `E' followed by an optionally signed integer. Atoi and atol recognize an optional string of spaces, then an optional sign, then a string of digits.SEE ALSOscanf(3S)BUGSThere are no provisions for overflow. 7th Edition May 15, 1985 ATOF(3)
Related Man Pages |
---|
atoi(3) - redhat |
atoll(3) - redhat |
atof(2) - plan9 |
strtod(3) - ultrix |
atof(3) - php |
Similar Topics in the Unix Linux Community |
---|
atoi |
help with atoi and macros in C |
type conversion C, atoi() |
Cant Access Applicatoin GUI Remotely (SSH) |
Network interface showing wrong configuratoin |