blob: 337bf4a1323afcde0a06ca7c405ca0c94cdcce20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include <curses.h>
#include "_curses.h"
int win_wchnstr(WINDOW * win, cchar_t * wcstr, int n)
{
return ERR;
}
CURSES_FUNCTION2(int, in_wchnstr, cchar_t *, int)
/*
XOPEN(400)
LINK(curses)
*/
|