diff options
Diffstat (limited to 'src/wordexp/wordexp.c')
| -rw-r--r-- | src/wordexp/wordexp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/wordexp/wordexp.c b/src/wordexp/wordexp.c new file mode 100644 index 00000000..5ac38d9e --- /dev/null +++ b/src/wordexp/wordexp.c @@ -0,0 +1,11 @@ +#include <wordexp.h> + +int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags) +{ + return 0; +} + +/* +POSIX(2) +*/ + |
