summaryrefslogtreecommitdiff
path: root/curses/inchnstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'curses/inchnstr.c')
-rw-r--r--curses/inchnstr.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/curses/inchnstr.c b/curses/inchnstr.c
new file mode 100644
index 0000000..a674041
--- /dev/null
+++ b/curses/inchnstr.c
@@ -0,0 +1,14 @@
+#include <curses.h>
+#include "_curses.h"
+
+int winchnstr(WINDOW * win, chtype * chstr, int n)
+{
+ return ERR;
+}
+
+CURSES_FUNCTION2(int, inchnstr, chtype *, int)
+
+/*
+XOPEN(400)
+LINK(curses)
+*/