home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
uupc.lzh
/
uupc
/
mailhost.c
< prev
next >
Wrap
C/C++ Source or Header
|
1990-01-16
|
414b
|
18 lines
/*
* mailhost.c
*
* Amiga system mailer
* MAIN is defined to be mailmain() which exists in mail.c This
* file is just the preface which defines main() and calls MAIN.
*
* $Id: mailhost.c,v 1.2 90/01/16 10:26:42 crash Exp Locker: crash $
*/
#ifndef lint
static char RCSid[] = "$Id: mailhost.c,v 1.2 90/01/16 10:26:42 crash Exp Locker: crash $";
#endif /* lint */
#define MAIN mailmain
#include "host.c"