Codebase list httping / cb81944 test_ncurses2.c
cb81944

Tree @cb81944 (Download .tar.gz)

test_ncurses2.c @cb81944

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

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

	return 0;
}