home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
272_01
/
cls.doc
< prev
next >
Wrap
Text File
|
1986-09-25
|
523b
|
39 lines
NAME
cls -- clear screen and home cursor
SYNOPSIS
void cls();
DESCRIPTION
This function clears the screen on page 0 and places the
cursor in the upper left-hand corner. It is simply an
invocation of two other functions:
d_cls();
d_pos(0, 0, 0);
EXAMPLE
cls();
This function is found in SMDLx.LIB for the Datalight Compiler