diff options
Diffstat (limited to 'curses/inwstr.c')
-rw-r--r-- | curses/inwstr.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/curses/inwstr.c b/curses/inwstr.c new file mode 100644 index 0000000..5128093 --- /dev/null +++ b/curses/inwstr.c @@ -0,0 +1,14 @@ +#include <curses.h> +#include "_curses.h" + +int winwstr(WINDOW * win, wchar_t * wstr) +{ + return ERR; +} + +CURSES_FUNCTION(int, inwstr, wchar_t *) + +/* +XOPEN(400) +LINK(curses) +*/ |