diff options
Diffstat (limited to 'src/stdlib/setkey.c')
| -rw-r--r-- | src/stdlib/setkey.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stdlib/setkey.c b/src/stdlib/setkey.c new file mode 100644 index 00000000..82e12934 --- /dev/null +++ b/src/stdlib/setkey.c @@ -0,0 +1,9 @@ +#include <stdlib.h> + +void setkey(const char * key) +{ +} + +/* +XOPEN(4) +*/ |
