summaryrefslogtreecommitdiff
path: root/curses/in_wchstr.c
blob: 4f81266a237985614ff1650dcbad6e7e6950d3cd (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)
*/