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