Re: regcomp (regex.h) - is it needed to free memory?



Jarosław Rafa wrote:
Hello,
I have a question about the regular expression functions from #include <regex.h>.

<snip>

They are not part of standard C and so not topical here. Since I happen to know of a regex.h on Unix system it is possible that you are using Unix and so comp.unix.programmer *might* be an appropriate place to ask. However, reading their FAQ and checking there archives would be a good idea so you don't make the same mistake you made in posting here.
--
Flash Gordon
.



Relevant Pages

  • Re: Array assignment via cast
    ... > Thank you for your incredibly detailed and concise answer. ... > a more effective C programmer I need to learn more about the standard. ... The only system specific stuff is one chapter called The UNIX System ...
    (comp.lang.c)
  • Re: malloc help
    ... pass a NULL pointer to free. ... Since there was no standard, ... K&R1 does have a "free" function, but it's provided in the Unix system ... have an appropriate newsgroups line in your header for your mail to be seen, ...
    (comp.lang.c.moderated)
  • Re: user authentication via /etc/passwd|/etc/shadow
    ... > Marco Herrn wrote: ... >> I want to write a program where I authenticate users via the standard ... >> unix system accounts. ...
    (comp.lang.python)