diff options
Diffstat (limited to 'src/stdlib/getsubopt.c')
| -rw-r--r-- | src/stdlib/getsubopt.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stdlib/getsubopt.c b/src/stdlib/getsubopt.c new file mode 100644 index 00000000..aff17828 --- /dev/null +++ b/src/stdlib/getsubopt.c @@ -0,0 +1,11 @@ +#include <stdlib.h> + +int getsubopt(char ** optionp, char * const * keylistp, char ** valuep) +{ + return 0; +} + +/* +XOPEN(400) +POSIX(200809) +*/ |
