(C) 1998 AROS - The Amiga Research OS


NAME
#include <stdlib.h>

double atof ()

SYNOPSIS
const char * str

FUNCTION
Convert a string of digits into a double.

INPUTS
str
The string which should be converted. Leading whitespace are ignored. The number may be prefixed by a '+' or '-'.

RESULT
The value of string str.

EXAMPLE

SEE ALSO
atoi(), atol(), strtod(), strtol(), strtoul()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
13.06.1998 hkiel
Added two new files for string->float conversion