P99

◆ P99_APLAIN

#define P99_APLAIN (   ...)
Value:
(P99_IF_LT_2(P99_NARG(__VA_ARGS__)) \
(P00_APLAIN(__VA_ARGS__, sizeof(*__VA_ARGS__))) \
(P00_APLAIN(__VA_ARGS__)) \
)

Definition at line 123 of file p99_new.h.

P99_NARG
#define P99_NARG(...)
Return the length of the variable length argument list, where an empty argument list is considered to...
Definition: p99_args.h:117