Codebase list httping / f6ed518 test_ncurses2.c
f6ed518

Tree @f6ed518 (Download .tar.gz)

test_ncurses2.c @f6ed518raw · history · blame

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

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

	return 0;
}