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) */