#include #include void wordfree(wordexp_t *pwordexp) { free(pwordexp); } /* POSIX(2) */