home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint25.zip / lclint / lclint / test / csyntax8.c < prev    next >
Text File  |  2000-07-26  |  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.