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.
|
Rev | Line | |
---|
[11118] | 1 | /* inputting files to be patched */ |
---|
[9068] | 2 | |
---|
[11118] | 3 | /* $Id: inp.h,v 1.1.1.2 1998-02-12 21:43:18 ghudson Exp $ */ |
---|
[9068] | 4 | |
---|
[11118] | 5 | XTERN LINENUM input_lines; /* how long is input file in lines */ |
---|
[9068] | 6 | |
---|
[11118] | 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.