summaryrefslogtreecommitdiff
path: root/src/curses/pecho_wchar.c
blob: 416be86fcfcc3cad9ac3c7fa1a4eb7685542270c (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

int pecho_wchar(WINDOW * pad, const cchar_t * wch)
{
	return ERR;
}

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