home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / DJGPP / DJSRC106.ZIP / 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.