Codebase list httping / 49016ea test_ncurses.c
49016ea

Tree @49016ea (Download .tar.gz)

test_ncurses.c @49016earaw · history · blame

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

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

	return 0;
}