Re: "regexp" typedef
Manage your shell environment variables and aliases
Brought to you by:
leomania,
xdelaruelle
From: <lv...@ca...> - 1998-05-07 16:12:58
|
In regexp.h >From the man page on my system: NAME regcomp, regexec, regsub, regerror - regular expression handler SYNOPSIS #include <regexp.h> regexp *regcomp(exp) char *exp; int regexec(prog, string) regexp *prog; char *string; regsub(prog, source, dest) regexp *prog; char *source; char *dest; regerror(msg) char *msg; -- Larry W. Virden INET: lv...@ca... <URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh." Unless explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. |