home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
turbo_c
/
tc130.arc
/
CLS.DOC
< prev
next >
Wrap
Text File
|
1987-08-20
|
521b
|
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 SMTCx.LIB for the Turbo-C Compiler