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

int pair_content(short pair, short * f, short * b)
{
	return ERR;
}

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