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 / csyntax8.c < prev    next >
Text File  |  1997-09-03  |  65b  |  9 lines

  1. int x;
  2.  
  3. char y;
  4. short int z;
  5. int short w;
  6.  
  7. int f(int x, int y);
  8.  
  9.