summaryrefslogtreecommitdiff
path: root/term/tiparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/tiparm.c')
-rw-r--r--term/tiparm.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/tiparm.c b/term/tiparm.c
new file mode 100644
index 0000000..c3ffe59
--- /dev/null
+++ b/term/tiparm.c
@@ -0,0 +1,11 @@
+#include <term.h>
+
+char * tiparm(const char * cap, ...)
+{
+ return 0;
+}
+
+/*
+XOPEN(400)
+LINK(curses)
+*/