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