summaryrefslogtreecommitdiff
path: root/curses/in_wchstr.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-13 19:51:54 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-13 19:51:54 -0400
commitfa799768c4f6d97c5f60a37829ad1b457b7c0096 (patch)
treeed28b64735a6a79b10ecf1a87296f36e88745f4e /curses/in_wchstr.c
separate from libc
Diffstat (limited to 'curses/in_wchstr.c')
-rw-r--r--curses/in_wchstr.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/curses/in_wchstr.c b/curses/in_wchstr.c
new file mode 100644
index 0000000..4f81266
--- /dev/null
+++ b/curses/in_wchstr.c
@@ -0,0 +1,14 @@
+#include <curses.h>
+#include "_curses.h"
+
+int win_wchstr(WINDOW * win, cchar_t * wcstr)
+{
+ return ERR;
+}
+
+CURSES_FUNCTION(int, in_wchstr, cchar_t *)
+
+/*
+XOPEN(400)
+LINK(curses)
+*/