P99

◆ wcstoull

#define wcstoull (   ...)    P99_CALL_DEFARG(wcstoull, 3, __VA_ARGS__)

Default arguments for C99 function wcstoull

This macro hides the function

unsigned long long wcstoull ( wchar_t const *p00_nptr, wchar_t **p00_eptr, int p00_base )
See also
P99_CALL_DEFARG
Parameters
p00_nptris required
p00_eptrdefaults to 0, meaning that the successfully parsed string is not kept track
p00_baseis 0, numbers are hex if they start with 0x, octal if they start with 0 and decimal otherwise

Definition at line 138 of file p99_c99_default.h.

wcstoull
#define wcstoull(...)
Default arguments for C99 function wcstoull
Definition: p99_c99_default.h:138