home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource4
/
264_01
/
nrocom.c
< prev
next >
Wrap
Text File
|
1979-12-31
|
384b
|
16 lines
/*
* external "common" for NRO word processor
*
* Stephen L. Browning
* 5723 North Parker Avenue
* Indianapolis, Indiana 46220
*/
extern struct docctl dc;
extern struct page pg;
extern FILE *oub;
extern FILE *pout;
extern struct cout co;
extern FILE *sofile[]; /* input file buffers */
extern struct macros mac;