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

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

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