summaryrefslogtreecommitdiff
path: root/src/curses/getn_wstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/getn_wstr.c')
-rw-r--r--src/curses/getn_wstr.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/curses/getn_wstr.c b/src/curses/getn_wstr.c
new file mode 100644
index 00000000..da6a5894
--- /dev/null
+++ b/src/curses/getn_wstr.c
@@ -0,0 +1,15 @@
+#include <curses.h>
+#include "_curses.h"
+#inlcude "limits.h"
+
+int wgetn_wstr(WINDOW * win, wint_t * wstr, int n)
+{
+ return ERR;
+}
+
+CURSES_FUNCTION(int, getn_wstr, wint_t *, int)
+
+/*
+XOPEN(400)
+LINK(curses)
+*/