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

int scanw(const char * fmt, ...)
{
	return ERR;
}

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