|
NAMEuatof - Converts a string into a double. Allegro game programming library.SYNOPSIS#include <allegro.h>double uatof(const char *s); DESCRIPTIONConvert as much of the string as possible to an equivalent double precision real number. This function is almost like `ustrtod(s, NULL)'.RETURN VALUEReturns the equivalent value, or zero if the string does not represent a number.SEE ALSOuconvert(3), ustrtol(3), ustrtod(3)
Visit the GSP FreeBSD Man Page Interface. |