2018-01-17 12:25 GMT-03:00 Charlie Brady: > > bash-4.2$ sed -n 843p /usr/include/curses.h > extern NCURSES_EXPORT(char *) tigetstr (NCURSES_CONST char *); /* > implemented */ > bash-4.2$ rpm -qf /usr/include/curses.h > ncurses-devel-5.9-14.20130511.el7_4.x86_64
And $ grep 'define NCURSES_CONST' /usr/include/curses.h probably says: #define NCURSES_CONST /*nothing*/ Correct? G.
