diff options
Diffstat (limited to 'src/regexp/step.c')
| -rw-r--r-- | src/regexp/step.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/regexp/step.c b/src/regexp/step.c new file mode 100644 index 00000000..3a066600 --- /dev/null +++ b/src/regexp/step.c @@ -0,0 +1,12 @@ +#include <regexp.h> + +#define _XOPEN_LEGACY 500 + +int step(const char *string, const char *expbuf) +{ + return 0; +} + +/* +XOPEN(4,600) +*/ |
