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

int slk_init(int fmt)
{
	return ERR;
}

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