X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Ed Collins" Newsgroups: comp.os.msdos.djgpp References: <200204012135 DOT g31LZb009835 AT envy DOT delorie DOT com> Subject: Re: Preprocessor directives Lines: 22 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Tue, 02 Apr 2002 01:24:55 GMT NNTP-Posting-Host: 24.129.40.71 X-Complaints-To: abuse AT attbi DOT net X-Trace: typhoon1.se.ipsvc.net 1017710695 24.129.40.71 (Mon, 01 Apr 2002 20:24:55 EST) NNTP-Posting-Date: Mon, 01 Apr 2002 20:24:55 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Where can a person find these low-level commands? (I'm assuming their low-level commands.) Many thanks for replying. ed. "DJ Delorie" wrote in message news:200204012135 DOT g31LZb009835 AT envy DOT delorie DOT com... > > If you compile with "-v" gcc will tell you which ones it's using for > your particular host. For DJGPP, the two recommended ones are: > > __MSDOS__ - most dos compilers define this, to tell you you're dealing > with a dos-like filesystem. > > __DJGPP__ - specific to DJGPP version 2 and higher. > > BTW: djgpp has clrscr() to clear the screen.