Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 5/3/83 based; site hou2f.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!houxm!hou2f!vifl
From: vifl@hou2f.UUCP (M.MEKETON)
Newsgroups: net.micro.pc
Subject: clearing the screen
Message-ID: <435@hou2f.UUCP>
Date: Fri, 11-Jan-85 11:57:37 EST
Article-I.D.: hou2f.435
Posted: Fri Jan 11 11:57:37 1985
Date-Received: Sat, 12-Jan-85 06:14:00 EST
Organization: AT&T Bell Labs, Holmdel NJ
Lines: 16


An easy to clear the screen is to output the form feed character,
(ascii 12), which is interpreted by MS-DOS as a clear screen command.

Something like:

char ff;

ff=12;

printf("%c",ff);

should do it.

Marc S. Meketon
ihnp4!hou2f!vifl