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 / tests2.2a / dobb.c < prev    next >
Text File  |  1997-09-03  |  131b  |  9 lines

  1. typedef int t_u_byte;
  2.  
  3. #define TESTVALUE  (t_u_byte) 7
  4. typedef enum e_test
  5. {
  6. e_c1,
  7. e_cl = (e_c1 + (((t_u_byte) 7) - 1)),
  8. } t_test;
  9.