1uatof(3)                        Allegro manual                        uatof(3)
2
3
4

NAME

6       uatof  -  Converts  a  string  into  a double. Allegro game programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       double uatof(const char *s);
14

DESCRIPTION

16       Convert as much of the string as possible to an equivalent double  pre‐
17       cision real number. This function is almost like `ustrtod(s, NULL)'.
18

RETURN VALUE

20       Returns  the equivalent value, or zero if the string does not represent
21       a number.
22
23

SEE ALSO

25       uconvert(3), ustrtol(3), ustrtod(3)
26
27
28
29Allegro                          version 4.2.2                        uatof(3)
Impressum