home *** CD-ROM | disk | FTP | other *** search
- /* Z editor options
- :ma=1
- :ts=6
- :bk=0
- :wm=0
- */
-
- /*
- This program, both executable and sources, are
-
- Copyright 1986, Jay Ts
-
- Box 890
- West Oneonta NY 13861
-
- You may copy, distribute, alter, and use them, but absolutely no
- permission is granted to remove copyright notices from them or
- distribute them, in whole or in part, as, or as part of, a
- commercial product.
- */
-
- #include "libraries/dos.h"
- #include "stdio.h"
-
- #define c1phase 1
- #define c2phase 2
- #define asphase 3
- #define lkphase 4
-
- #define othererror 1
- #define c1error 2
- #define aserror 3
-