home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
544a.lha
/
RPN_v1.0
/
Source
/
rpn.c
< prev
next >
Wrap
C/C++ Source or Header
|
1991-09-06
|
268b
|
16 lines
/*--------------------------------*
| File: RPN.c - MLO 900131 V1.00 |
| This is the RPN main procedure |
*--------------------------------*/
#include "rpn.h"
#include "global.h"
#include "proto.h"
void _main()
{
setup();
mainloop();
cleanup(SYS_NORMAL);
}