home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
346.lha
/
BezSurf_v2.0
/
sources
/
main.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
|
1990-02-13
|
205 b
|
13 lines
#include "scrnio.h"
#include "mytypes.h"
main()
{
sqrt(1.0); /* transcedental math library to be loaded */
InitWindow();
/* ClrWindow(true); */
SwitchBox();
CloseDisplay();
}