summaryrefslogtreecommitdiff
path: root/src/re_comp/re_comp.c
blob: 88d8fb9770949d8e621383413b5948d840e4604d (plain)
1
2
3
4
5
6
7
8
9
10
#include <re_comp.h>

char *re_comp(const char *string)
{
	return string;
}

/*
XOPEN(400,600)
*/