P99

◆ wcstod

#define wcstod (   ...)    P99_CALL_DEFARG(wcstod, 2, __VA_ARGS__)

Default arguments for C99 function wcstod

This macro hides the function

double wcstod ( wchar_t const *p00_nptr, wchar_t **p00_eptr )
See also
P99_CALL_DEFARG
Parameters
p00_nptris required
p00_eptrdefaults to 0, meaning that the successfully parsed string is not kept track

Definition at line 159 of file p99_c99_default.h.

wcstod
#define wcstod(...)
Default arguments for C99 function wcstod
Definition: p99_c99_default.h:159