summaryrefslogtreecommitdiff
path: root/curses/in_wchstr.c
blob: fae5c84fe607d7edca6f33ae174a32db52dc358d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "_curses.h"
#include <curses.h>

int win_wchstr(WINDOW * win, cchar_t * wcstr)
{
	return ERR;
}

CURSES_FUNCTION(int, in_wchstr, cchar_t *)

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