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

int pechochar(WINDOW * pad, chtype ch)
{
	return ERR;
}

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