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

int halfdelay(int tenths)
{
	return ERR;
}

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