X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin Ambuhl Newsgroups: comp.os.msdos.djgpp Subject: Re: Create folder Date: Mon, 06 Oct 2008 01:11:59 -0400 Organization: A noiseless patient Spider Lines: 28 Message-ID: References: <48e7fbff$0$18149$4fafbaef AT reader3 DOT news DOT tin DOT it> <48E96EE5 DOT 8CA0FBCA AT yahoo DOT com> <1q0him0ftporn$.18lwte5dzrsve DOT dlg AT 40tude DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: feeder.motzarella.org U2FsdGVkX1/FC+r4ccjBEUGA6I0QVIC/p2c2RJCFa7a8KSN6+bwttLDvGBjk2+NAlkVgpwMDVOcTre9j1//vv6ceseM2jiHAFsgid0tETeNTgniH+mHfKeTj8354GrQrh5UKnWh3tfw= X-Complaints-To: Please send complaints to abuse AT motzarella DOT org with full headers NNTP-Posting-Date: Mon, 6 Oct 2008 05:12:13 +0000 (UTC) In-Reply-To: <1q0him0ftporn$.18lwte5dzrsve.dlg@40tude.net> X-Auth-Sender: U2FsdGVkX1/xVYzi9idoWPCJPFqmiZRmdr1ZXVoadgg= Cancel-Lock: sha1:GwtD0xblzYZk2AYbCAUuOkbmwDs= User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Richard Nixon wrote: > On Sun, 05 Oct 2008 21:50:29 -0400, CBFalconer wrote: > >> Richard Nixon wrote: >>> Martin Ambuhl wrote: >>> >>>> #include >>>> #include >>> Can you say a few words about these headers? I'm taking a look >>> at djgpp for the first time, and it's kind of an odd thing. >>> >>> Does djgpp have its own list of "kosher" headers? >> Look in the file identified by %djgpp. This is usually >> \djgpp\djgpp.env. Among other things it defines djdir and the >> #include path for system files, normally to \djgpp\include\. > > That's an interesting post. > > Either you or Martin has his slashes backwards, no? No. Mr. Falconeer referred to files using the path conventions of the DOS command-line interface. I referred to them using the Unix/POSIX interface which works within programs in et least the Windows/Dos environment as well as a Unix/POSIX one, avoid those ugly '\\' forms that beginners seem to always forget ("Why does fopen("foo\text","r"( work?).