d9 /* custom keyboard and screen routines using ncurses */ #ifndef NCINPUT_H #define NCINPUT_H #include int edgets(WINDOW *w, char *s, int maxlen, int mk_upper); int yesno(WINDOW *w); #endif . 0