From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: A few questions about djgpp,rhide and c. Date: Tue, 31 Aug 1999 09:55:12 +0300 Organization: NetVision Israel Lines: 19 Message-ID: References: <37CAEC93 DOT 1F2CB512 AT gtcom DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 936082442 9281 199.203.121.2 (31 Aug 1999 06:54:02 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 31 Aug 1999 06:54:02 GMT X-Sender: eliz AT is In-Reply-To: <37CAEC93.1F2CB512@gtcom.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 30 Aug 1999, Krogg wrote: > void clrscr(void); This is not a call to `clrscr', this is a declaration of `clrscr'. To call it, write this: clrscr(); > 4. where's the darn faq for this ng...? v2/faq211b.zip from the same place you downloaded the rest of DJGPP. You can also read it on-line by pointing your Web browser to this URL: http://www.delorie.com/djgpp/v2faq/faq.html (Didn't you use the zip-picker to download the software? It includes the FAQ zip in the list of recommended files.)