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

int slk_wset(int labnum, const wchar_t * label, int justify)
{
	return ERR;
}

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