2003-07-08 05:55:35 +04:00
|
|
|
/* $NetBSD: inp.h,v 1.8 2003/07/08 01:55:35 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 *);
|
2003-07-08 05:55:35 +04:00
|
|
|
const char *ifetch(LINENUM);
|
2002-03-17 01:36:42 +03:00
|
|
|
|