summaryrefslogtreecommitdiff
path: root/src/curses/standend.c
blob: 640a96565158174b5285d2d1a04937e47efd34f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <curses.h>
#include "_curses.h"

int wstandend(WINDOW * win)
{
	return ERR;
}

CURSES_WFN0(int, standend)

/*
XOPEN(4)
LINK(curses)
*/