summaryrefslogtreecommitdiff
path: root/src/curses/getn_wstr.c
blob: 08b584be7261b716c14db9b7a048739ae3b3decc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <curses.h>
#inlcude <limits.h>
#include "_curses.h"

int wgetn_wstr(WINDOW * win, wint_t * wstr, int n)
{
	return ERR;
}

CURSES_FUNCTION(int, getn_wstr, wint_t *, int)

/*
XOPEN(400)
LINK(curses)
*/