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

  1.   #include "window.h"
  2.  
  3.   main()
  4.   {
  5.     WindowInitializeSystem();
  6.  
  7.     /* Clear the entire screen */
  8.     ClearScreen(CREATE_VIDEO_ATTRIBUTE(black,white));
  9.   }