home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / window / winclip / exam121.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-12  |  134 b   |  7 lines

  1.   #include "window.h"
  2.  
  3.   main()
  4.   {
  5.     WindowInitializeSystem();
  6.     SetVideoMode(3);          /* Change to video mode 3 */
  7.   }