ChemTab - A Periodic Table Data Base (C) 1989 Jim King - Programmer's Manual
								Page  P1

2a1. Variables

Variable	| Type	| Defined in	| Use
----------------------------------------------------------------------------
hlp		| int	| variables.h	| Extra explanations flag (1=YES)
trans		| int	| variables.h	| Transcript flag (1=YES)
fp		| FILE	| variables.h	| File pointer for transcript
sub1[MAXLM]	| int	| variables.h	| Stores the element numbers that
                                          were selected by esort()
gtot		| int	| variables.h	| Total number in sub1[]
foo[160],str[80]| char	| variables.h	| Slave character arrays
lnm[80]		| char	| variables.h	| User's last name for transcript
i, j, k		| int	| variables.h	| Slave integers
x		| float	| variables.h	| Slave floating point integer
dosort[3]	| struc	| variables.h	| Holds selected characteristics
*mopts[]	| char	| variables.h	| Main menu option strings
sopts[]		| struc	| variables.h	| Characteristic characteristics
EQUAL		| def	| variables.h	| Constant
GREATER		| def	| variables.h	| Constant
LESS		| def	| variables.h	| Constant
sort_list[MAXLM]| int	| variables.h	| Final sort list
PERTABLE	| def	| tune.h	| Location of element list
MAXLM		| def	| tune.h	| Number of elements in above + 1
TABLE		| def	| tune.h	| Location of periodic table
TRANSCRIPT	| def	| tune.h	| Path of the logfile
secs		| long	| main.c	| Time stamp for logfile
c		| char	| main.c	| Input choice in MAIN MENU
horz[10]	| int	| ptabl.c	| Hoz. position of elements on scr.
fd		| FILE	| ptabl.c	| File pointer for the per. table
sift[3][MAXLM]	| int	| esort.c	| [3] sift spaces
sftc[3]		| int	| esort.c	| Total in sift[x] = sftc[x]
tmp[MAXLM]	| int	| esort.c	| Place to put compared elements
tc		| int	| esort.c	| Total in tmp[]
flg		| int	| vdata.c	| Flag in vdata
factor		| int	| vdata.c	| Times to wrap the screen
l, m		| int	| vdata.c	| Slave integers
*ptr		| char	| dogph.c	| Pointer for wgetnum
stopfl		| char	| dogph.c	| Stop flag for strings
DO graph.h
