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 0000000..2cb668c --- /dev/null +++ b/regex/regerror.ih @@ -0,0 +1,12 @@ +/* ========= begin header generated by ./mkh ========= */ +#ifdef __cplusplus +extern "C" { +#endif + +/* === regerror.c === */ +static char *regatoi(const regex_t *preg, char *localbuf); + +#ifdef __cplusplus +} +#endif +/* ========= end header generated by ./mkh ========= */ |