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