FreeBSD Manual Pages
uatof(3) Allegro manual uatof(3) NAME uatof - Converts a string into a double. Allegro game programming li- brary. SYNOPSIS #include <allegro.h> double uatof(const char *s); DESCRIPTION Convert as much of the string as possible to an equivalent double pre- cision 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) Allegro version 4.4.3 uatof(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=uatof&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
