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
/
getmaxyx.c
blob: ed1363fa0d038cf849d75851172bc46d6a85ea21 (
plain
)
1
2
3
4
5
#include <curses.h> #define getmaxyx(_win, _y, _x) /* TODO */ /* XOPEN(400) */