[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: re_comp -> regcomp
> |> Xspread seems to need function re_comp and re_exec (old regexp funcs) or
> |> regcmp and regex (from some obscure freeware lib?) whereas MiNTlibs
> |> seem to have newer regcomp and regexec functions. I haven't used these
> |> before, so I'd like a small amount of code for converting from
> |> re_comp/exec to regcomp/exec. Thanks!
> It's actually not small code, but you could use the GNU regex code
> which provides both the POSIX and the BSD interface.
Hmm... The GNU regex 'library' has only one 160K C file that here on Alpha
produces a 80K object file. Has anybody other suggestions?
- Eero -