File: case09.ref

package info (click to toggle)
cproto 4.7i-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 912 kB
  • ctags: 663
  • sloc: ansic: 4,098; sh: 3,041; lex: 1,060; yacc: 871; makefile: 307
file content (117 lines) | stat: -rw-r--r-- 1,439 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* case09.c */
char x6;
short x7;
int x8;
long x9;
float x10;
double x11;
signed x12;
unsigned x13;
x4t x17;
const x18;
volatile x19;
void badFunc(
	int *badStyle
	);
_FIRST first;
_FIRST last;
_FIRST first_last[];
struct _second _SECOND;
int i[];
float f[];
int array[][10][20];
int dots_0(
	int p1
	);
int dots_1(
	int p1,
	...
	);
int dots_3(
	int p1,
	char p2,
	...
	);
_FIRST *func1(void);
_FIRST *func2(
	_FIRST *p1,
	int p2[],
	float p
	);
int *(func_func)(void);
bool a1;
struct zip2 z2;
struct {} z3;
enum zap1 what;
enum zap2 what2;
enum {} what3;
int main(
	register argc,
	char **argv
	);
int veryfunny(
	char *a,
	long b,
	long c
	);
int program(
	string argv[],
	struct alpha y,
	int zz,
	int z1,
	int z2,
	int z3
	);
int junk0(void);
int junk1(void);
int junk2(void);
int junk3(void);
BONG *junk4(void);
extern_junk *foo(void);
void_junk *foo2a(void);
void_junk *foo2(void);
void_junk *foo_void(
	void_junk void_int
	);
void (*Sigdisp(
	int sig,
	void (*func)(int sig)
	))(int sig1);
void (*sigdisp2(
	int sig,
	void (*func)(int sig)
	))(int sig2);
int (*K_R_INT_ptr(
	long *p1,
	int p2
	))(void);
void (*K_R_VOID_ptr(
	long *p1,
	int p2
	))(void);
int *K_R_int_ptr(
	long *p1,
	int p2
	);
void *K_R_void_ptr(
	long *p1,
	int p2
	);
int K_R_int_val(
	long *p1,
	int p2
	);
int K_R_int_val2(
	long *p1,
	int p2
	);
void K_R_void_val(
	long *p1,
	int p2
	);
int K_R_void_val2(
	long *p1,
	int p2
	);
long long xxx;
char *xxs;