Query: ustrtod
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ustrtod(3alleg4) Allegro manual ustrtod(3alleg4)NAMEustrtod - Converts a string into a floating point number. Allegro game programming library.SYNOPSIS#include <allegro.h> double ustrtod(const char *s, char **endp);DESCRIPTIONThis function converts as many characters of `s' that look like a floating point number into one, and sets `*endp' to point to the first unused character, if `endp' is not a NULL pointer. Example: char *endp, *string = "456.203 askdfg"; double number = ustrtod(string, &endp);RETURN VALUEReturns the string converted as a value of type `double'. If nothing was converted, returns zero with *endp pointing to the beginning of s.SEE ALSOuconvert(3alleg4), ustrtol(3alleg4), uatof(3alleg4) Allegro version 4.4.2 ustrtod(3alleg4)
| Related Man Pages |
|---|
| exflip(3alleg4) - suse |
| exflip(3alleg4) - php |
| exflip(3alleg4) - v7 |
| exflip(3alleg4) - mojave |
| exflip(3alleg4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| One instance of comparing grep and awk |
| My first PERL incarnation... Audio Oscillograph |