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 / csyntax4.c < prev    next >
Text File  |  1997-09-03  |  135b  |  13 lines

  1. /* has parse errors in gcc */
  2. typedef char *cstring;
  3. typedef char *filename;
  4.  
  5. int f(cstring filename, int x); 
  6.  
  7. cstring filename;
  8.  
  9.  
  10.  
  11.  
  12.  
  13.