From: myknees AT aol DOT com (Myknees) Newsgroups: comp.os.msdos.djgpp Subject: Re: Regular expression libraries? Lines: 15 Message-ID: <1998071423375600.TAA20411@ladder01.news.aol.com> NNTP-Posting-Host: ladder01.news.aol.com Date: 14 Jul 1998 23:37:56 GMT References: Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article , mwood AT indyvax DOT iupui DOT edu (Mark H. Wood) writes: >Has anyone ported one of the regular expression libraries for use with DJGPP? 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 --Ed (Myknees)