home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 37 / IOPROG_37.ISO / SOFT / bcpp / FreeCommandLineTools.exe / Examples / StdLib / rwstdmsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  199 b   |  8 lines

  1. #define _RW_MSG_START 0
  2. #define _RW_MSG_HELLO _RW_MSG_START + 1
  3. #define _RW_MSG_GOODBYE _RW_MSG_START + 2
  4. #define _RW_MSG_TREES  _RW_MSG_START + 3
  5.  
  6. // Not in catalog
  7. #define _RW_MSG_NOGOOD  6
  8.