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

int wgetch(WINDOW * win)
{
	return 0;
}

CURSES_FUNCTION0(int, getch)

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