Date: Wed, 15 Jul 1998 10:24:48 +0300 (IDT) From: Eli Zaretskii To: Myknees cc: djgpp AT delorie DOT com Subject: Re: Regular expression libraries? In-Reply-To: <1998071423375600.TAA20411@ladder01.news.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 14 Jul 1998, Myknees wrote: > I don't know how much you know. Did you know about the regex.h > functions, like regcomp()? > > You have to include an extra header, like this, > #ifdef DJGPP > #include > #endif > #include Posix explicitly says that should be included before , so you don't need to condition this on DJGPP. Any compiler that objects to is the one to be ashamed ;-).