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

int winwstr(WINDOW * win, wchar_t * wstr)
{
	return ERR;
}

CURSES_FUNCTION(int, inwstr, wchar_t *)

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