home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 121_01 / doglob.h < prev    next >
Text File  |  1985-08-21  |  128b  |  4 lines

  1. #define    GLOBMAX    64        /* max dir entries */
  2. #define    FILENAMESIZE    15    /* max size of entry */
  3. char    *globv[GLOBMAX];    /* vector */
  4.