summaryrefslogtreecommitdiff
path: root/src/curses/getcchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/getcchar.c')
-rw-r--r--src/curses/getcchar.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/curses/getcchar.c b/src/curses/getcchar.c
new file mode 100644
index 00000000..d95128d9
--- /dev/null
+++ b/src/curses/getcchar.c
@@ -0,0 +1,11 @@
+#include <curses.h>
+
+int getcchar(const cchar_t * wcval, wchar_t * wch, attr_t * attrs, short * color_pair, void * opts)
+{
+ return ERR;
+}
+
+/*
+XOPEN(400)
+LINK(curses)
+*/