Revision 11119,
345 bytes
checked in by ghudson, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r11118,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* inputting files to be patched */ |
---|
2 | |
---|
3 | /* $Id: inp.h,v 1.1.1.2 1998-02-12 21:43:18 ghudson Exp $ */ |
---|
4 | |
---|
5 | XTERN LINENUM input_lines; /* how long is input file in lines */ |
---|
6 | |
---|
7 | char const *ifetch PARAMS ((LINENUM, int, size_t *)); |
---|
8 | void get_input_file PARAMS ((char const *, char const *)); |
---|
9 | void re_input PARAMS ((void)); |
---|
10 | void scan_input PARAMS ((char *)); |
---|
Note: See
TracBrowser
for help on using the repository browser.