home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / djdev108.zip / SAMPLES / HEXCALC / HC.H < prev    next >
C/C++ Source or Header  |  1991-09-02  |  68b  |  4 lines

  1. #define MAX_ID    200
  2. char *id_name[MAX_ID];
  3. double id_val[MAX_ID];
  4.