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 / csyntax17.c < prev    next >
C/C++ Source or Header  |  1997-09-03  |  148b  |  14 lines

  1. typedef char SBYTE;
  2. typedef SBYTE EID_UNIT_NUM;
  3.  
  4. struct qry_rsp   
  5. {
  6.   int rsp[(EID_UNIT_NUM)16];
  7. };
  8.  
  9. int f (void)
  10. {
  11.   int x = (EID_UNIT_NUM) 3;
  12. }
  13.  
  14.