home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
dev
/
lang
/
struct
/
speedtests
/
test4.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-21
|
192b
|
18 lines
;/* Execute me to compile.
sc NOSTKCHK NOSTDIO Test4.c
slink Test4.o to Test4
quit
*/
void __saveds main()
{
long z = 0, a = 0;
do
{
a += 7;
z++;
} while (z <= 20000000);
}