GNU Info

Info Node: (libc.info)Parsing of Numbers

(libc.info)Parsing of Numbers


Next: System V Number Conversion Prev: Operations on Complex Up: Arithmetic
Enter node , (file) or (file)node

Parsing of Numbers
==================

   This section describes functions for "reading" integer and
floating-point numbers from a string.  It may be more convenient in some
cases to use `sscanf' or one of the related functions; see Note:
Formatted Input.  But often you can make a program more robust by
finding the tokens in the string by hand, then converting the numbers
one by one.

Parsing of Integers
Functions for conversion of integer values.
Parsing of Floats
Functions for conversion of floating-point
values.

automatically generated by info2www version 1.2.2.9