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

char * slk_label(int labnum)
{
	return NULL;
}

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