home *** CD-ROM | disk | FTP | other *** search
- /*
- * MONITOR.H
- *
- * Written for the
- *
- * Datalight
- * Microsoft V 5.x
- * TurboC
- * &
- * Zortech
- *
- * C Compilers
- *
- * Copyright (c) John Birchfield 1987, 1988, 1989
- */
- # ifdef LINT
- extern int xlate (char);
- extern int myputs (char *);
- extern int good_baud (char *);
- extern int usage (void);
- extern int exit (...);
- # endif
-