diff options
Diffstat (limited to 'src/wordexp/wordfree.c')
| -rw-r--r-- | src/wordexp/wordfree.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/wordexp/wordfree.c b/src/wordexp/wordfree.c new file mode 100644 index 00000000..f1043c2d --- /dev/null +++ b/src/wordexp/wordfree.c @@ -0,0 +1,10 @@ +#include <wordexp.h> + +void wordfree(wordexp_t *pwordexp) +{ +} + +/* +POSIX(2) +*/ + |
