home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / C-ASM_VI.ARJ / PROGC.ZIP / PROGC094.C < prev    next >
Text File  |  1988-05-15  |  374b  |  11 lines

  1.  
  2. /************************************************************************/
  3. /* Display content of file 'PICTURE.001' on the screen                  */
  4. /************************************************************************/
  5.  
  6. restore_screen()
  7.         {
  8.         clear_screen();
  9.         screen_load("picture.001");             /* Copy file to screen  */
  10.         }
  11.