Codebase list httping / 28f0802 test_ncurses2.c
28f0802

Tree @28f0802 (Download .tar.gz)

test_ncurses2.c @28f0802raw · history · blame

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

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

	return 0;
}