P99

◆ P99_GENERIC_LIT

#define P99_GENERIC_LIT (   ...)

For each generic choice return a compound literal of the chosen type.

The resulting literal is default initialized with 0.

This is similar to P99_GENERIC except that the second entry in each pair should be a type.

(int, unsigned),
(long, unsigned long),
(float, double),
(double, double));
See also
P99_GENERIC

Definition at line 728 of file p99_generic.h.

P99_GENERIC_LIT
#define P99_GENERIC_LIT(...)
For each generic choice return a compound literal of the chosen type.
Definition: p99_generic.h:728
uintmax_t
uintmax_t
Definition: p99_str.h:117