Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/ape/cmd/patch/inp.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
/* inputting files to be patched */
2
 
3
/* $Id: inp.h,v 1.4 1997/04/07 01:07:00 eggert 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 *));