uatof (3) - Linux Manuals
uatof: Converts a string into a double. Allegro game programming library.
Command to display uatof
manual in Linux: $ man 3 uatof
NAME
uatof - Converts a string into a double. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
double uatof(const char *s);
DESCRIPTION
Convert as much of the string as possible to an equivalent double
precision 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.
Pages related to uatof
- ualarm (3) - schedule signal after given number of microseconds