home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Tests / td.c < prev    next >
Encoding:
Text File  |  1993-03-12  |  202 b   |  8 lines  |  [TEXT/MPS ]

  1. pascal long bar() extern;  /* this extern causes the rest of the code to look bad */
  2.  
  3. typedef int u_size;
  4. typedef void *Handle;
  5. typedef int Boolean;
  6.  
  7. typedef u_size                        (*zvr1Ptr) (Handle, Boolean *);
  8.