Codebase list httping / debian/latest test_ncurses.c
debian/latest

Tree @debian/latest (Download .tar.gz)

test_ncurses.c @debian/latestraw · history · blame

1
2
3
4
5
6
7
8
#include <ncurses.h>

int main(int argc, char *argv[])
{
	initscr();

	return 0;
}