#include "sys/types.h" #include int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags) { (void)words; (void)pwordexp; (void)flags; return 0; } /* POSIX(2) */