home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************/
- /* Copyright 1988 by Chuck Musciano and Harris Corporation */
- /* */
- /* Permission to use, copy, modify, and distribute this software */
- /* and its documentation for any purpose and without fee is */
- /* hereby granted, provided that the above copyright notice */
- /* appear in all copies and that both that copyright notice and */
- /* this permission notice appear in supporting documentation, and */
- /* that the name of Chuck Musciano and Harris Corporation not be */
- /* used in advertising or publicity pertaining to distribution */
- /* of the software without specific, written prior permission. */
- /* Chuck Musciano and Harris Corporation make no representations */
- /* about the suitability of this software for any purpose. It is */
- /* provided "as is" without express or implied warranty. */
- /************************************************************************/
-
- /************************************************************************/
- /* */
- /* Module: globals.h */
- /* */
- /* Function: Define global variables */
- /* */
- /* Change History: 14 Nov 86 Creation */
- /* */
- /************************************************************************/
-
- PUBLIC int curr_mode;
- PUBLIC int inverted;
- PUBLIC int temp_inverted;
-
- PUBLIC int curr_base;
- PUBLIC int ee_mode;
- PUBLIC int eng_mode;
- PUBLIC int edit_ee;
- PUBLIC int trig_mode;
- PUBLIC int curr_width[5];
-
- PUBLIC double v_stack[MAX_STACK];
- PUBLIC int o_stack[MAX_STACK];
- PUBLIC int v_top;
- PUBLIC int o_top;
-