|
NAMEwcstof , wcstod ,
wcstold —
convert string to float,
double or long double
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <wchar.h>
float
long double
double
DESCRIPTIONThewcstof (), wcstod () and
wcstold () functions are the wide-character versions of
the strtof (), strtod () and
strtold () functions. Refer to
strtod(3)
for details.
SEE ALSOstrtod(3), wcstol(3)STANDARDSThewcstof (), wcstod () and
wcstold () functions conform to
ISO/IEC 9899:1999 (“ISO C99”).
Visit the GSP FreeBSD Man Page Interface. |