.\" Generated by the Allegro makedoc utility .TH uatof 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME uatof \- Converts a string into a double. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B double uatof(const char *s); .SH DESCRIPTION Convert as much of the string as possible to an equivalent double precision real number. This function is almost like `ustrtod(s, NULL)'. .SH "RETURN VALUE" Returns the equivalent value, or zero if the string does not represent a number. .SH SEE ALSO .BR uconvert (3alleg4), .BR ustrtol (3alleg4), .BR ustrtod (3alleg4)