This is Paul K's latest set of ld changes. A commit was necessary at this
[unix-history] / gnu / usr.bin / patch / inp.h
CommitLineData
fb3ebe05
PR
1/* $Header: inp.h,v 2.0 86/09/17 15:37:25 lwall Exp $
2 *
3 * $Log: inp.h,v $
4 * Revision 2.0 86/09/17 15:37:25 lwall
5 * Baseline for netwide release.
6 *
7 */
8
9EXT LINENUM input_lines INIT(0); /* how long is input file in lines */
10EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */
11 /* irretractibly output */
12
13bool rev_in_string();
14void scan_input();
15bool plan_a(); /* returns false if insufficient memory */
16void plan_b();
17char *ifetch();
18