summaryrefslogtreecommitdiff
path: root/src/curses/getnstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/getnstr.c')
-rw-r--r--src/curses/getnstr.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/curses/getnstr.c b/src/curses/getnstr.c
new file mode 100644
index 00000000..c004432b
--- /dev/null
+++ b/src/curses/getnstr.c
@@ -0,0 +1,14 @@
+#include <curses.h>
+#include "_curses.h"
+
+int wgetnstr(WINDOW * win, char * str, int n)
+{
+ return 0;
+}
+
+CURSES_FUNCTION2(int, getch, char *, int)
+
+/*
+XOPEN(4)
+LINK(curses)
+*/