2002-03-17 01:36:42 +03:00
|
|
|
/* $NetBSD: inp.h,v 1.6 2002/03/16 22:36:42 kristerw Exp $ */
|
1993-04-09 15:33:50 +04:00
|
|
|
|
|
|
|
EXT LINENUM input_lines INIT(0); /* how long is input file in lines */
|
|
|
|
EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */
|
|
|
|
/* irretractibly output */
|
2002-03-09 00:57:33 +03:00
|
|
|
void re_input(void);
|
|
|
|
void scan_input(char *);
|
|
|
|
char *ifetch(LINENUM, int);
|
2002-03-17 01:36:42 +03:00
|
|
|
|