home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 357_01 / cstar1.exe / ENUM.PP < prev    next >
Text File  |  1991-11-15  |  540b  |  32 lines

  1. #enum(1, INTERNAL, EXTERNAL, FORMAL, SKIP)
  2.  
  3. #enum(1,\
  4. char_type    = 0x0001,\
  5. extrn_type    = 0x0002,\
  6. int_type    = 0x0004,\
  7. long_type    = 0x0008,\
  8. reg_type    = 0x0010,\
  9. short_type    = 0x0020,\
  10. stat_type    = 0x0040,\
  11. strct_type    = 0x0080,\
  12. typd_type    = 0x0100,\
  13. unsgn_type    = 0x0200,\
  14. union_type    = 0x0400)
  15.  
  16. INTERNAL
  17. EXTERNAL
  18. FORMAL
  19. SKIP
  20.  
  21. char_type    0x0001
  22. extrn_type    0x0002
  23. int_type    0x0004
  24. long_type    0x0008
  25. reg_type    0x0010
  26. short_type    0x0020
  27. stat_type    0x0040
  28. strct_type    0x0080
  29. typd_type    0x0100
  30. unsgn_type    0x0200
  31. union_type    0x0400
  32.