Codebase list httping / 4b61d67 test_ncurses.c
4b61d67

Tree @4b61d67 (Download .tar.gz)

test_ncurses.c @4b61d67raw · history · blame

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

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

	return 0;
}