home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_02 / 9n02123a < prev    next >
Text File  |  1990-12-05  |  207b  |  14 lines

  1.  
  2.    #define MAKE_STRING_TABLE
  3.    char *day_strings[] = 
  4.        {
  5.        #include "table.h"
  6.        };
  7.  
  8.   #undef MAKE_STRING_TABLE  
  9.   enum e_day = 
  10.        {
  11.        #include "table.h"
  12.        };
  13.  
  14.