1uatof(3) Allegro manual uatof(3)
2
3
4
6 uatof - Converts a string into a double. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 double uatof(const char *s);
14
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
20 Returns the equivalent value, or zero if the string does not represent
21 a number.
22
23
25 uconvert(3), ustrtol(3), ustrtod(3)
26
27
28
29Allegro version 4.4.3 uatof(3)