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

int winstr(WINDOW * win, char * str)
{
	return ERR;
}

CURSES_FUNCTION(int, instr, char *)

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