LMMS
Loading...
Searching...
No Matches
proto.h File Reference

Go to the source code of this file.

Macros

#define NeedFunctionPrototypes   1
#define P(protos)
#define P0()
#define P1(x, a)
#define P2(x, a, b)
#define P3(x, a, b, c)
#define P4(x, a, b, c, d)
#define P5(x, a, b, c, d, e)
#define P6(x, a, b, c, d, e, f)
#define P7(x, a, b, c, d, e, f, g)
#define P8(x, a, b, c, d, e, f, g, h)

Macro Definition Documentation

◆ NeedFunctionPrototypes

#define NeedFunctionPrototypes   1

◆ P

#define P ( protos)
Value:
protos

◆ P0

#define P0 ( )
Value:
#define void
Definition unzip.h:396

◆ P1

#define P1 ( x,
a )
Value:
(a)
uint8_t a
Definition Spc_Cpu.h:141

◆ P2

#define P2 ( x,
a,
b )
Value:
(a, b)
b
Definition crypt.c:628

◆ P3

#define P3 ( x,
a,
b,
c )
Value:
(a, b, c)
return c
Definition crypt.c:175

◆ P4

#define P4 ( x,
a,
b,
c,
d )
Value:
(a, b, c, d)
unsigned d
Definition inflate.c:940

◆ P5

#define P5 ( x,
a,
b,
c,
d,
e )
Value:
(a, b, c, d, e)
* e
Definition inflate.c:1404

◆ P6

#define P6 ( x,
a,
b,
c,
d,
e,
f )
Value:
(a, b, c, d, e, f)
unsigned f
Definition inflate.c:1572

◆ P7

#define P7 ( x,
a,
b,
c,
d,
e,
f,
g )
Value:
(a, b, c, d, e, f, g)
int g
Definition inflate.c:1573

◆ P8

#define P8 ( x,
a,
b,
c,
d,
e,
f,
g,
h )
Value:
(a, b, c, d, e, f, g, h)
uch h[RAND_HEAD_LEN]
Definition crypt.c:459