[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re_comp -> regcomp



I'm trying to compile a program named Xspead (an X version of sc).
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!

	- Eero -

PS. I doubt that Xspread will either not work or demands more than
4MB mem that I have. I'm giving it a try though... :)