Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ atoi(3) — bsd — mips UMIPS RISC/os 5.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

scanf(3S)



ATOF(3-BSD)         RISC/os Reference Manual          ATOF(3-BSD)



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, integer, and long integer representation respec-
     tively.  The first unrecognized 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 ALSO
     scanf(3S)

ERRORS
     There are no provisions for overflow.
























                        Printed 11/19/92                   Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026