/*% cat %
This directory contains all the header files for TIPS source.
To facilitate transfer of the TIPS system,
files.h contains all the required path names.

DIRECTORIES:

FILES:

code.h -- TPL instruction codes
constants.h -- various constants
dbase.h -- declaration of internal profile pointers, etc.
files.h -- path name constants
getcbuf.h --  structure used in getc, putc, fopen
put.h -- output control opcodes
retrieve.h -- declarations for data used in retrieving an entry
rettab.h -- structure used to retrieve parts of an entry
structs.h -- all sorts of struct declarations

PATHNAME repl change lines:

files.h:000007:#define	ELONGHELP	"/sys/source/tips/help.d/commands.e"
files.h:000008:#define	FLONGHELP	"/sys/source/tips/help.d/commands.f"
files.h:000009:#define	ESHORTHELP	"/sys/source/tips/help.d/short.e"
files.h:000010:#define	FSHORTHELP	"/sys/source/tips/help.d/short.f"
files.h:000011:#define	MKTPL		"/sys/source/tips/bin/mktpl"
files.h:000012:#define	DBED		"/usr/qed/qed/dbed.qed"
structs.h:000040:#include "../hd/getcbuf.h"
