home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d197 / nro.lha / Nro / nroxtrn.h < prev    next >
C/C++ Source or Header  |  1989-03-28  |  1KB  |  40 lines

  1. /*
  2.  *        External "common" for NRO word processor
  3.  *
  4.  *        Originally by Stephen L. Browning, 5723 North Parker Avenue
  5.  *        Indianapolis, Indiana 46220
  6.  *
  7.  *        Transformed beyond immediate recognition, and
  8.  *        adapted for Amiga by Olaf Seibert, KosmoSoft
  9.  *
  10.  *        Vossendijk 149-1 (study)   Beek 5 (home)
  11.  *        5634 TN  Nijmegen          5815 CS  Merselo
  12.  *        The Netherlands            The Netherlands
  13.  *        Phone:
  14.  *               (...-31)80561045     (...-31)4786205
  15.  *            or 080-561045           04786-205
  16.  *
  17.  *        This program is NOT in the public domain. It may, however
  18.  *        be distributed only at no charge, and this notice must be
  19.  *        included unaltered.
  20.  */
  21.  
  22. #ifndef EXTERN
  23. #define EXTERN extern
  24. #endif
  25.  
  26. EXTERN struct environ *environ[NUMENV];
  27.  
  28. EXTERN struct environ env;
  29. EXTERN struct docctl  dc;
  30. EXTERN struct page    pg;
  31. EXTERN struct macros  mac;
  32.  
  33. EXTERN FILE   *pout;
  34. EXTERN FILE   *sofile[NFILES];  /* input files */
  35. EXTERN FILE   *infile;            /* current input file */
  36. EXTERN uchar  *sopbb[NFILES-1];    /* and push back buffer pointers */
  37. EXTERN short  verbose;
  38.  
  39. extern uchar  *commseq[];
  40.