home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 May
/
PCWorld_2001-05_cd.bin
/
Software
/
Vyzkuste
/
devc
/
_SETUP.5
/
Group3
/
test.c
< prev
next >
Wrap
C/C++ Source or Header
|
1999-03-08
|
117b
|
8 lines
/* Perform simple test of headers to avoid typos and such */
#include <windows.h>
int main()
{
return 0;
}