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

int erasewchar(wchar_t * ch)
{
	return ERR;
}

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