Home The GNU C Library www.imodulo.com · 2003-04-05
Imodulo

Parsing of Numbers

[ Up: Arithmetic ]
[ Previous: Operations on Complex ][ Next: System V Number Conversion ]

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 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.

Menu