| www.delorie.com/djgpp/doc/libc-2.01/libc_531.html | search |
#include <sys/types.h> #include <regex.h> void regfree(regex_t *preg);
regfree frees any dynamically-allocated storage associated with
the compiled RE pointed to by preg. The remaining regex_t
is no longer a valid compiled RE and the effect of supplying it to
regexec or regerror is undefined.
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |