home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cproto.zip / cproto46 / testing / case06.ref < prev    next >
Text File  |  1998-01-19  |  1KB  |  54 lines

  1. /* case06.c */
  2. char x6;
  3. short x7;
  4. int x8;
  5. long x9;
  6. float x10;
  7. double x11;
  8. signed x12;
  9. unsigned x13;
  10. x4t x17;
  11. const x18 = {0};
  12. volatile x19;
  13. _FIRST first;
  14. _FIRST last;
  15. _FIRST first_last[];
  16. struct _second _SECOND;
  17. int i[];
  18. float f[];
  19. int array[][10][20];
  20. int dots_0(int p1);
  21. int dots_1(int p1, ...);
  22. int dots_3(int p1, char p2, ...);
  23. _FIRST *func1(void);
  24. _FIRST *func2(_FIRST *p1, int p2[], float p);
  25. int *(func_func)(void);
  26. bool a1;
  27. struct zip2 z2;
  28. struct {} z3;
  29. enum zap1 what;
  30. enum zap2 what2;
  31. enum {} what3;
  32. int main(register argc, char **argv);
  33. int veryfunny(char *a, long b, long c);
  34. int program(string argv[], struct alpha y, int zz, int z1, int z2, int z3);
  35. int junk0(void);
  36. int junk1(void);
  37. int junk2(void);
  38. int junk3(void);
  39. BONG *junk4(void);
  40. extern_junk *foo(void);
  41. void_junk *foo2a(void);
  42. void_junk *foo2(void);
  43. void_junk *foo_void(void_junk void_int);
  44. void (*Sigdisp(int sig, void (*func)(int sig)))(int sig1);
  45. void (*sigdisp2(int sig, void (*func)(int sig)))(int sig2);
  46. int (*K_R_INT_ptr(long *p1, int p2))(void);
  47. void (*K_R_VOID_ptr(long *p1, int p2))(void);
  48. int *K_R_int_ptr(long *p1, int p2);
  49. void *K_R_void_ptr(long *p1, int p2);
  50. int K_R_int_val(long *p1, int p2);
  51. int K_R_int_val2(long *p1, int p2);
  52. void K_R_void_val(long *p1, int p2);
  53. int K_R_void_val2(long *p1, int p2);
  54.