diff options
Diffstat (limited to 'src/stdio/putw.c')
| -rw-r--r-- | src/stdio/putw.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stdio/putw.c b/src/stdio/putw.c new file mode 100644 index 00000000..8aac6d23 --- /dev/null +++ b/src/stdio/putw.c @@ -0,0 +1,11 @@ +#include <stdio.h> + +# define _XOPEN_LEGACY 500 + +int putw(int w, FILE *stream) +{ +} + +/* +XOPEN(4,600) +*/ |
