#include int regcomp(regex_t * restrict preg, const char * restrict pattern, int cflags) { return 0; } /* POSIX(2) */