Go to the first, previous, next, last section, table of contents.


clrscr

Syntax

#include <conio.h>

void clrscr(void);

Description

Clear the entire screen.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.