home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Software / Topware / devc40 / _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.