index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
curses
/
delwin.c
blob: 228463b949b1fbafd99d4105c896fc5c8bfbb523 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <curses.h> void delwin(WINDOW * win) { } /* XOPEN(4) LINK(curses) */