logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       Convert as much of the string as possible to an equivalent double precision real number. This function is
       almost like `ustrtod(s, NULL)'.

Name

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

Return Value

       Returns the equivalent value, or zero if the string does not represent a number.

See Also

uconvert(3alleg4), ustrtol(3alleg4), ustrtod(3alleg4)

Allegro                                           version 4.4.3                                   uatof(3alleg4)

Synopsis

#include<allegro.h>doubleuatof(constchar*s);

See Also