home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d959
/
intuimake.lha
/
IntuiMake
/
example
/
main.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-11-08
|
159b
|
14 lines
/* main.c
**
**
*/
#include "first_protos.h"
#include "second_protos.h"
/* SCAN_END */
void main (void)
{
Test1 ("Test it:", 1);
Test2 ("Just do it:");
}