blob: c3c538f43535a701d1c105eddf596d93dbdd1803 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include <curses.h>
#include "_curses.h"
int wget_wch(WINDOW * win, wint_t * ch)
{
return ERR;
}
CURSES_FUNCTION(int, get_wch, wint_t *)
/*
XOPEN(400)
LINK(curses)
*/
|