home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
turbo_c
/
turbbook.arc
/
FAST.C
< prev
next >
Wrap
Text File
|
1987-08-20
|
87b
|
10 lines
/* ------- fast.c ------- */
void fasttest(void);
main()
{
fasttest();
}