www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/07/14/19:46:50

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: <vsjq8ivzwuKx AT indyvax DOT iupui DOT edu>
Organization: AOL http://www.aol.com
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

In article <vsjq8ivzwuKx AT indyvax DOT iupui DOT edu>, 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 	<sys/types.h>
#endif
#include 	<regex.h>

--Ed (Myknees)

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019