diff options
Diffstat (limited to 'regex/regerror.ih')
-rw-r--r-- | regex/regerror.ih | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/regex/regerror.ih b/regex/regerror.ih new file mode 100644 index 0000000000..498a324f4b --- /dev/null +++ b/regex/regerror.ih @@ -0,0 +1,12 @@ +/* ========= begin header generated by ../../regex/mkh ========= */ +#ifdef __cplusplus +extern "C" { +#endif + +/* === ../../regex/regerror.c === */ +static char *regatoi(const regex_t *preg, char *localbuf); + +#ifdef __cplusplus +} +#endif +/* ========= end header generated by ../../regex/mkh ========= */ |