home *** CD-ROM | disk | FTP | other *** search
- #define PC 1 /* =1 if compiling on a PC */
- #define VERBOSE 1 /* =1, send more o/p to hardcopy */
- #define MAXLEN 60 /* max length of strings */
- #define MAXIP 20 /* max # cellnames allowed for one line
- of interactive input */
- #define MAXLINES 4 /* max # ref lines in a stage data file */
- #define LNWID 75 /* terminal width, chars */
- #define INVALID -999 /* reserved error-marking value */
- #define ERRSTR "** Error! "
- #define NULLERRSTR " "
- #define VERSION "V1.2" /* version info string */
-
- /* this is how ERRSTR is used:
-
- Input the cycle stage data filename:
- ==> asdf
- ** Error! : File <asdf> does not exist.
- */