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