*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> wcstold (3)              
Title
Content
Arch
Section
 

WCSTOD(3)

Contents


NAME    [Toc]    [Back]

     wcstof, wcstod, wcstold -- convert string to float, double or long double

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <wchar.h>

     float
     wcstof(const wchar_t * restrict nptr, wchar_t ** restrict endptr);

     long double
     wcstold(const wchar_t * restrict nptr, wchar_t ** restrict endptr);

     double
     wcstod(const wchar_t * restrict nptr, wchar_t ** restrict endptr);

DESCRIPTION    [Toc]    [Back]

     The wcstof(), wcstod() and wcstold() functions are the wide-character
     versions of the strtof(), strtod() and strtold() functions.  Refer to
     strtod(3) for details.

SEE ALSO    [Toc]    [Back]

      
      
     strtod(3), wcstol(3)

STANDARDS    [Toc]    [Back]

     The wcstof(), wcstod() and wcstold() functions conform to ISO/IEC
     9899:1999 (``ISO C99'').


FreeBSD 5.2.1		       February 22, 2003		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
wcstold Tru64 Convert a wide-character string to a long double-precision value
atof Linux convert a string to a double.
fcvt OpenBSD convert double to ASCII string
ecvt OpenBSD convert double to ASCII string
atof FreeBSD convert ASCII string to double
atof NetBSD convert ASCII string to double
strtod NetBSD convert ASCII string to double
strtod OpenBSD convert ASCII string to double
gcvt OpenBSD convert double to ASCII string
atof OpenBSD convert ASCII string to double
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service