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