home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / WINCLIP / EXAM110.C < prev    next >
C/C++ Source or Header  |  1993-12-01  |  132b  |  9 lines

  1.   #include "window.h"
  2.  
  3.   char buf[26];
  4.  
  5.   main()
  6.   {
  7.     WindowInitializeSystem();
  8.     VideoReadCharAndAttr(buf,1,1,13);
  9.   }