Codebase list httping / fresh-snapshots/upstream test_ncurses.c
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

test_ncurses.c @fresh-snapshots/upstream

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

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

	return 0;
}