I am compiling a c++ project and trying to find all what all functions from ncurses.h
are used throughout the project.
I was wondering if I can tell gcc to not include specifically ncurses.h
?
I am compiling a c++ project and trying to find all what all functions from ncurses.h
are used throughout the project.
I was wondering if I can tell gcc to not include specifically ncurses.h
?