home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / WINCLIP / EXAM117.C < prev    next >
C/C++ Source or Header  |  1993-12-01  |  166b  |  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.   }