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

int slk_set(int labnum, const char * label, int justify)
{
	return ERR;
}

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