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