Codebase list httping / scrub-obsolete/main test_ncurses.c
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

test_ncurses.c @scrub-obsolete/main

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

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

	return 0;
}