#if 0 #include int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags) { (void)words; (void)pwordexp; (void)flags; return 0; } /* POSIX(2) */ #endif