home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.update.uu.se
/
ftp.update.uu.se.2014.03.zip
/
ftp.update.uu.se
/
pub
/
rainbow
/
cpm
/
emacs
/
emacssrc.lzh
/
ovopen32.c
< prev
next >
Wrap
C/C++ Source or Header
|
1992-03-11
|
263b
|
18 lines
#include "stdio.h"
#include "ed.h"
extern FILE * ffp;
extern char Argbuf[128];
extern int ovreq;
extern int ovsub;
extern int ovreq2;
extern int ovsub2;
ovmain()
{
ffp = fopen( Argbuf, "r" );
ovreq = ovreq2;
ovsub = ovsub2;
return ( 1 );
}