home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / external.c < prev    next >
Text File  |  1997-09-03  |  237b  |  12 lines

  1. int func (int x, int y);
  2. int Func (int x, int y);
  3.  
  4. int small1 (void);
  5. int small2 (void);
  6.  
  7. int longfunction1 (void);
  8. int longfunction2 (void);
  9.  
  10. static /*@unused@*/ int slongfunction1 (void);
  11. static /*@unused@*/ int slongfunction2 (void);
  12.