home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
C-ASM_VI.ARJ
/
PROGC.ZIP
/
PROGC011.C
< prev
next >
Wrap
Text File
|
1988-04-10
|
338b
|
10 lines
/************************************************************************/
/* Clear screen using library function */
/************************************************************************/
cls()
{
clear_screen(); /* Clear memory */
}