proto.h File Reference

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 Documentation

#define P ( protos   )     ( /* protos */ )

 
#define P0 (  )     ()

#define P1 ( x,
 )     x a;

#define P2 ( x,
a,
 )     x a; b;

#define P3 ( x,
a,
b,
 )     x a; b; c;

#define P4 ( x,
a,
b,
c,
 )     x a; b; c; d;

#define P5 ( x,
a,
b,
c,
d,
 )     x a; b; c; d; e;

#define P6 ( x,
a,
b,
c,
d,
e,
 )     x a; b; c; d; e; f;

#define P7 ( x,
a,
b,
c,
d,
e,
f,
 )     x a; b; c; d; e; f; g;

#define P8 ( x,
a,
b,
c,
d,
e,
f,
g,
 )     x a; b; c; d; e; f; g; h;


Generated on Tue May 1 10:45:48 2007 for GNU Radio 3.0.3 by  doxygen 1.5.1