Codebase list httping / e8c492d test_ncurses.c
e8c492d

Tree @e8c492d (Download .tar.gz)

test_ncurses.c @e8c492draw · history · blame

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

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

	return 0;
}