Codebase list httping / lintian-fixes/main test_ncurses2.c
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

test_ncurses2.c @lintian-fixes/mainraw · history · blame

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

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

	return 0;
}