File: case06.ref

package info (click to toggle)
cproto 4.7f-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 804 kB
  • ctags: 656
  • sloc: ansic: 4,017; sh: 2,987; lex: 1,056; yacc: 872; makefile: 232
file content (56 lines) | stat: -rw-r--r-- 1,340 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
/* case06.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;