Message-ID: <3648AE17.6692D8E3@montana.com> Date: Tue, 10 Nov 1998 14:20:23 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Clear screen References: <36488DC1 DOT D925A2CF AT post DOT olivant DOT fo> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Jakup Michaelsen wrote: > > What is the clear screen function? And how do I use it? > It's rather cumbersome to use a while function all the time :-) type 'info libc a clrscr' from the dos prompt to see the following: #include void clrscr(void);