1 2 3 4 5 6 7 8 9 10 11 12
#include <curses.h> #include <stddef.h> char * key_name(wchar_t c) { return NULL; } /* XOPEN(400) LINK(curses) */