Codebase list httping / 783c09b test_ncurses.c
783c09b

Tree @783c09b (Download .tar.gz)

test_ncurses.c @783c09braw · history · blame

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

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

	return 0;
}