home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!mercury.unt.edu!usenet
- From: <cpearce@nemesis.acs.unt.edu> (Chris Pearce)
- Subject: Still problems with regcomp() and regexec()
- Message-ID: <1992Nov9.183202.17452@mercury.unt.edu>
- Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
- Organization: University of North Texas
- Date: Mon, 9 Nov 1992 18:32:02 GMT
- Lines: 16
-
- Sorry, I made a mistake on the transcription of my code... though
- my initial example has
-
- if (regexec (...))
- printf ("Matched.\n");
-
- my actual code has
-
- if (!regexec (...))
- printf ("Matched.\n");
-
- I'm having to post by talking directly to NNTP, so my ability to edit lines
- I've already typed, include real files, etc. is really hampered. Sorry about
- the confusion...
- --
- Chris Pearce, cpearce@nemesis.acs.unt.edu
-