Loading...
Searching...
No Matches
Go to the documentation of this file.
13# define NeedFunctionPrototypes 1
17# define NeedFunctionPrototypes 1
21# undef NeedFunctionPrototypes
35#if NeedFunctionPrototypes
37# define P( protos ) protos
41# define P2(x, a, b) (a, b)
42# define P3(x, a, b, c) (a, b, c)
43# define P4(x, a, b, c, d) (a, b, c, d)
44# define P5(x, a, b, c, d, e) (a, b, c, d, e)
45# define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f)
46# define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g)
47# define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h)
51# define P( protos ) ( )
55# define P2(x, a, b) x a; b;
56# define P3(x, a, b, c) x a; b; c;
57# define P4(x, a, b, c, d) x a; b; c; d;
58# define P5(x, a, b, c, d, e) x a; b; c; d; e;
59# define P6(x, a, b, c, d, e, f) x a; b; c; d; e; f;
60# define P7(x, a, b, c, d, e, f, g) x a; b; c; d; e; f; g;
61# define P8(x, a, b, c, d, e, f, g, h) x a; b; c; d; e; f; g; h;