ustrtod man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

ustrtod(3)			Allegro manual			    ustrtod(3)

NAME
       ustrtod	- Converts a string into a floating point number. Allegro game
       programming library.

SYNOPSIS
       #include <allegro.h>

       double ustrtod(const char *s, char **endp);

DESCRIPTION
       This 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 VALUE
       Returns the string converted as a value of type	`double'.  If  nothing
       was converted, returns zero with *endp pointing to the beginning of s.

SEE ALSO
       uconvert(3), ustrtol(3), uatof(3)

Allegro				 version 4.4.2			    ustrtod(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net