Message-ID: <36635347.4E788B@mediaone.net> From: Shred X-Mailer: Mozilla 4.06 [en]C-MOENE (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: which is the fastest way to clear the screen i mode13h? References: <3661A6AF DOT D97B7859 AT montana DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 Date: Mon, 30 Nov 1998 21:24:07 -0500 NNTP-Posting-Host: 24.128.197.86 X-Trace: lwnws01.ne.mediaone.net 912479050 24.128.197.86 (Mon, 30 Nov 1998 21:24:10 EDT) NNTP-Posting-Date: Mon, 30 Nov 1998 21:24:10 EDT Organization: Northeast Region--MediaOne To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is clrscr() faster than a reasonably weel written assembly routine? bowman wrote: > Per Arneng wrote: > > > > i am a beginner with djgpp and i wonder wich is the fastest > > way to clear the screen in DJGPP. > > #include > > clrscr();