home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
txttools
/
ed.lzh
/
ED
/
AMIGA.C
< prev
next >
Wrap
Text File
|
1991-08-16
|
169b
|
15 lines
/*
* Fake the library routines not supplied on the Amiga. They really aren't
* very important anyway...
*/
signal ()
{
return (-1);
}
fork ()
{
return (-1);
}