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
|