P99

◆ strtod

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

Default arguments for C99 function strtod

This macro hides the function

double strtod ( char const *p00_nptr, char **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 235 of file p99_c99_default.h.

strtod
#define strtod(...)
Default arguments for C99 function strtod
Definition: p99_c99_default.h:235