Query: uatof
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
uatof(3alleg4) Allegro manual uatof(3alleg4)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(3alleg4), ustrtol(3alleg4), ustrtod(3alleg4) Allegro version 4.4.2 uatof(3alleg4)
| Related Man Pages |
|---|
| exflip(3alleg4) - debian |
| exflip(3alleg4) - suse |
| exdbuf(3alleg4) - centos |
| exflip(3alleg4) - opendarwin |
| exflip(3alleg4) - mojave |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Detecting unused variables... |
| One instance of comparing grep and awk |