uatof - Man Page

Converts a string into a double. Allegro game programming library.

Synopsis

#include <allegro.h>

double uatof(const char *s);

Description

Convert as much of the string as possible to an equivalent double precision real number. This function is almost like `ustrtod(s, NULL)'.

Return Value

Returns the equivalent value, or zero if the string does not represent a number.

See Also

uconvert(3), ustrtol(3), ustrtod(3)

Referenced By

ustrtod(3), ustrtol(3).

version 4.4.3 Allegro manual