/* TXTBUF common .h file */
/* (c) copyright 1987 M. Goetz */

#ifdef txtbuf_def
#define txtbuf_init(a) = a
#else
#define txtbuf_init(a)
#endif

int
	txt_record txtbuf_init(1),
	txt_bptr txtbuf_init(0),
	txt_kptr txtbuf_init(0),
	txt_k1 [18],			/* base changed to 0 */
	txt_k2 [18],			/* base changed to 0 */
	txt_krec [18];		/* base changed to 0 */
char
	txt_buff [128],		/* base changed to 0 */
	txt_kbyte [18];		/* base changed to 0 */

#ifndef txtbuf_def
#define record txt_record
#define bptr txt_bptr
#define kptr txt_kptr
#define k1 txt_k1
#define k2 txt_k2
#define krec txt_krec
#define buff txt_buff
#define kbyte txt_kbyte
#endif

		
