From d13d8a046838ce3d0e2643bb5b49f2ff77d679ca Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Wed, 1 Nov 1989 20:02:01 +0000 Subject: Initial revision --- zwgc/regexp.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zwgc/regexp.h (limited to 'zwgc/regexp.h') diff --git a/zwgc/regexp.h b/zwgc/regexp.h new file mode 100644 index 0000000..ccbb877 --- /dev/null +++ b/zwgc/regexp.h @@ -0,0 +1,8 @@ +#ifndef regexp_MODULE +#define regexp_MODULE + +#include "new_string.h" + +extern int ed_regexp_match_p(); + +#endif -- cgit v1.2.3