*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: atof | Section: 3 | Source: UNIX v7 | File: atof.3
ATOF(3) Library Functions Manual ATOF(3) NAME atof, atoi, atol - convert ASCII to numbers SYNOPSIS double atof(nptr) char *nptr; atoi(nptr) char *nptr; long atol(nptr) char *nptr; DESCRIPTION These functions convert a string pointed to by nptr to floating, inte- ger, and long integer representation respectively. The first unrecog- nized character ends the string. Atof recognizes an optional string of tabs and 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 tabs and spaces, then an optional sign, then a string of digits. SEE ALSO scanf(3) BUGS There are no provisions for overflow. ATOF(3)

Navigation Options