home *** CD-ROM | disk | FTP | other *** search
/ Monster Disc 2: The Best of 1992 / MONSTER2.ISO / prog / djgpp / djdev107.a01 / SAMPLES / HEXCALC / HC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-02  |  68 b   |  4 lines

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