home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12708 < prev    next >
Encoding:
Text File  |  1992-11-09  |  862 b   |  27 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!mercury.unt.edu!usenet
  3. From: <cpearce@nemesis.acs.unt.edu> (Chris Pearce)
  4. Subject: Still problems with regcomp() and regexec()
  5. Message-ID: <1992Nov9.183202.17452@mercury.unt.edu>
  6. Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
  7. Organization: University of North Texas
  8. Date: Mon, 9 Nov 1992 18:32:02 GMT
  9. Lines: 16
  10.  
  11. Sorry, I made a mistake on the transcription of my code... though
  12. my initial example has
  13.  
  14.     if (regexec (...))
  15.         printf ("Matched.\n");
  16.  
  17. my actual code has
  18.  
  19.     if (!regexec (...))
  20.         printf ("Matched.\n");
  21.  
  22. I'm having to post by talking directly to NNTP, so my ability to edit lines
  23. I've already typed, include real files, etc. is really hampered. Sorry about
  24. the confusion...
  25. --
  26. Chris Pearce, cpearce@nemesis.acs.unt.edu
  27.