home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / EDUCATIO / STAGES12.ZIP / MAIN.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-20  |  684 b   |  19 lines

  1. #define    PC        1    /* =1 if compiling on a PC        */
  2. #define VERBOSE     1    /* =1, send more o/p to hardcopy    */
  3. #define MAXLEN        60    /* max length of strings        */
  4. #define MAXIP        20    /* max # cellnames allowed for one line
  5.                    of interactive input            */
  6. #define MAXLINES    4    /* max # ref lines in a stage data file    */
  7. #define    LNWID        75    /* terminal width, chars        */
  8. #define INVALID        -999    /* reserved error-marking value        */
  9. #define ERRSTR        "** Error! "
  10. #define NULLERRSTR    "          "
  11. #define VERSION        "V1.2"    /* version info string            */
  12.  
  13. /*    this is how ERRSTR is used:
  14.     
  15.      Input the cycle stage data filename:
  16.              ==> asdf
  17.      ** Error! : File <asdf> does not exist.
  18. */
  19.