Codebase list httping / cb0109a test_ncurses.c
cb0109a

Tree @cb0109a (Download .tar.gz)

test_ncurses.c @cb0109araw · history · blame

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

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

	return 0;
}