home *** CD-ROM | disk | FTP | other *** search
- /*
- * external "common" for NRO word processor
- *
- * Stephen L. Browning
- * 5723 North Parker Avenue
- * Indianapolis, Indiana 46220
- *
- * Ported to MS C 5.1
- * by John Dudeck (jdudeck@polyslo.calpoly.edu) 11/25/90.
- */
- #ifndef EXTERN
- #define EXTERN extern
- #endif
-
- EXTERN struct docctl dc;
- EXTERN struct page pg;
- EXTERN FILE *oub; /* output file handle? */
- EXTERN FILE *pout; /* output printer handle? */
- EXTERN struct cout co;
- EXTERN FILE *sofile[NFILES]; /* input file buffers */
- EXTERN struct macros mac;
-