home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Collection (I)
/
TOOLS.iso
/
c05
/
1.img
/
A0.C
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1980-01-01
|
218 b
|
22 lines
main()
{
int x;
double y;
double z;
int stopc(void);
x=32767;
stopc();
y=-1.23e-30;
stopc();
z=10.8e+30;
stopc();
x=-32768;
stopc();
x=-100;
stopc();
x=-1;
stopc();
exit(0);
}