~ubuntu-branches/ubuntu/feisty/cproto/feisty

« back to all changes in this revision

Viewing changes to testing/case04.ref

  • Committer: Bazaar Package Importer
  • Author(s): Carsten Leonhardt
  • Date: 2000-09-02 21:14:55 UTC
  • Revision ID: james.westby@ubuntu.com-20000902211455-ixe8p17zhnuk6jft
Tags: upstream-4.6d
ImportĀ upstreamĀ versionĀ 4.6d

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* case04.c */
 
2
void badFunc(int */*badStyle*/);
 
3
int dots_0(int /*p1*/);
 
4
int dots_1(int /*p1*/, ...);
 
5
int dots_3(int /*p1*/, char /*p2*/, ...);
 
6
_FIRST *func1(void);
 
7
_FIRST *func2(_FIRST */*p1*/, int /*p2*/[], float /*p*/);
 
8
int *(func_func)(void);
 
9
int main(register /*argc*/, char **/*argv*/);
 
10
int veryfunny(char */*a*/, long /*b*/, long /*c*/);
 
11
int program(string /*argv*/[], struct alpha /*y*/, int /*zz*/, int /*z1*/, int /*z2*/, int /*z3*/);
 
12
int junk0(void);
 
13
int junk1(void);
 
14
int junk2(void);
 
15
int junk3(void);
 
16
BONG *junk4(void);
 
17
extern_junk *foo(void);
 
18
void_junk *foo2a(void);
 
19
void_junk *foo2(void);
 
20
void_junk *foo_void(void_junk /*void_int*/);
 
21
void (*Sigdisp(int /*sig*/, void (* /*func*/)(int /*sig*/)))(int /*sig1*/);
 
22
void (*sigdisp2(int /*sig*/, void (* /*func*/)(int /*sig*/)))(int /*sig2*/);
 
23
int (*K_R_INT_ptr(long */*p1*/, int /*p2*/))(void);
 
24
void (*K_R_VOID_ptr(long */*p1*/, int /*p2*/))(void);
 
25
int *K_R_int_ptr(long */*p1*/, int /*p2*/);
 
26
void *K_R_void_ptr(long */*p1*/, int /*p2*/);
 
27
int K_R_int_val(long */*p1*/, int /*p2*/);
 
28
int K_R_int_val2(long */*p1*/, int /*p2*/);
 
29
void K_R_void_val(long */*p1*/, int /*p2*/);
 
30
int K_R_void_val2(long */*p1*/, int /*p2*/);