diff options
Diffstat (limited to 'term/del_curterm.c')
-rw-r--r-- | term/del_curterm.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/del_curterm.c b/term/del_curterm.c new file mode 100644 index 0000000..f0f0eed --- /dev/null +++ b/term/del_curterm.c @@ -0,0 +1,11 @@ +#include <term.h> + +int del_curterm(TERMINAL * oterm) +{ + return -1; +} + +/* +XOPEN(400) +LINK(curses) +*/ |