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 >
Wrap
Text File
|
1988-05-15
|
374b
|
11 lines
/************************************************************************/
/* Display content of file 'PICTURE.001' on the screen */
/************************************************************************/
restore_screen()
{
clear_screen();
screen_load("picture.001"); /* Copy file to screen */
}