home *** CD-ROM | disk | FTP | other *** search
-
- This is a version of the "nearly-public-domain" regexp(3) regular expression
- matching library by Henry Spencer, I have modified it slightly to meet my
- needs, this is what I've done,
-
- 1) if "__STDC__" is defined ANSI function prototypes are used, this is
- so a register based call-interface is possible.
- 2) added a new function regsublen(), this performs a dry run of the
- regsub() function returning the length of the string needed to hold
- the output from regsub().
-
-
- To make the library execute the command,
-
- dmake [s] [sr] [srp]
-
- s = small data model
- sr = small data, register args
- srp = small data, register args, profiling
-
-
- John
-