Go to the source code of this file.
Defines | |
#define | P(protos) ( /* protos */ ) |
#define | P0() () |
#define | P1(x, a) x a; |
#define | P2(x, a, b) x a; b; |
#define | P3(x, a, b, c) x a; b; c; |
#define | P4(x, a, b, c, d) x a; b; c; d; |
#define | P5(x, a, b, c, d, e) x a; b; c; d; e; |
#define | P6(x, a, b, c, d, e, f) x a; b; c; d; e; f; |
#define | P7(x, a, b, c, d, e, f, g) x a; b; c; d; e; f; g; |
#define | P8(x, a, b, c, d, e, f, g, h) x a; b; c; d; e; f; g; h; |
#define P | ( | protos | ) | ( /* protos */ ) |
#define P0 | ( | ) | () |
#define P1 | ( | x, | |||
a | ) | x a; |
#define P2 | ( | x, | |||
a, | |||||
b | ) | x a; b; |
#define P3 | ( | x, | |||
a, | |||||
b, | |||||
c | ) | x a; b; c; |
#define P4 | ( | x, | |||
a, | |||||
b, | |||||
c, | |||||
d | ) | x a; b; c; d; |
#define P5 | ( | x, | |||
a, | |||||
b, | |||||
c, | |||||
d, | |||||
e | ) | x a; b; c; d; e; |
#define P6 | ( | x, | |||
a, | |||||
b, | |||||
c, | |||||
d, | |||||
e, | |||||
f | ) | x a; b; c; d; e; f; |
#define P7 | ( | x, | |||
a, | |||||
b, | |||||
c, | |||||
d, | |||||
e, | |||||
f, | |||||
g | ) | x a; b; c; d; e; f; g; |
#define P8 | ( | x, | |||
a, | |||||
b, | |||||
c, | |||||
d, | |||||
e, | |||||
f, | |||||
g, | |||||
h | ) | x a; b; c; d; e; f; g; h; |