home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
simtel
/
emacs
/
src
/
ovopwr33.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-07
|
256 b
|
18 lines
#include "stdio.h"
#include "ed.h"
extern FILE * ffp;
extern char Argbuf[128];
int ovreq;
int ovsub;
int ovreq2;
int ovsub2;
ovmain()
{
ffp = fopen( Argbuf, "w" );
ovreq = ovreq2;
ovsub = ovsub2;
return ( 1 );
}