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