home *** CD-ROM | disk | FTP | other *** search
- /* :set tabstop=4 */
- /*
- * $Header: extern.h,v 1.1 86/04/20 16:17:03 sysad Exp $
- */
-
- /*
- * $Log: extern.h,v $
- * Revision 1.1 86/04/20 16:17:03 sysad
- * Initial distribution version
- *
- *
- */
-
-
- /* It is the intent of the author that this software may be distributed
- * and used freely, without restriction. If you make improvements or
- * enhancements, I would appreciate a copy.
- *
- * Duane H. Hesser Teltone Corporation
- * ....uw-beaver!tikal!sysad
- * ....uw-beaver!tikal!dhh
- */
-
- #include "defs.h"
- #include "io.h"
- extern char Row[][XARRAYSIZE];
- #ifndef QUICKPLOT
- extern char BIT[];
- #else
- extern char plotchar;
- extern int autowrap;
- #endif
-
- extern double spacex,spacey;
- extern double xspace,yspace;
- extern double lowx_space,highx_space,lowy_space,highy_space;
- extern int maxx,maxy,maxrow,maxcol;
-
- extern short curx,cury,curxdot,curydot;
- extern double Scalfac,xfac,yfac,argxfac,argyfac;
- extern double mapxfac,mapyfac;
- extern double Xmargin,Ymargin;
-
- extern int Plotdata;
- extern int Eflag;
- extern int Nflag;
- extern int linemask;
-
- extern char *Name;
- #ifdef DEBUG
- extern int debug;
- #endif
- extern int Rotate;
-
- #ifndef QUICKPLOT
- extern int Npages;
- extern char table[][10];
- #endif
-