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 >
C/C++ Source or Header  |  1999-03-08  |  117b  |  8 lines

  1. /* Perform simple test of headers to avoid typos and such */
  2. #include <windows.h>
  3.  
  4. int main()
  5. {
  6.   return 0;
  7. }
  8.