MyWebUniversity.com Home Page
 



Darwin Mac OS X man pages main menu
WCSTODL(3)              BSD Library Functions Manual              WCSTODL(3)

NAME
     wcstofl, wcstodl, wcstoldl -- convert string to float, double or long
     double

LIBRARY
     Standard C Library (libc, -lc)

SYNOPSIS
     ##include <>
     ##include <>

     float
     wcstofl(const wchart * restrict nptr, wchart ** restrict endptr,
         localet loc);

     long double
     wcstoldl(const wchart * restrict nptr, wchart ** restrict endptr,
         localet loc);

     double
     wcstodl(const wchart * restrict nptr, wchart ** restrict endptr,
         localet loc);

DESCRIPTION
     The wcstofl(), wcstodl(), and wcstoldl() functions are extended locale
     versions of the wcstof(), wcstod(), and wcstold() functions, respec-
     tively.  Refer to their manual pages for details.  Also, see xlocale(3)
     for more information about extended locales.

SEE ALSO
     wcstod(3), xlocale(3)

BSD                             March 11, 2005                             BSD
Darwin Mac OS X man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™