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?
ncurses.h
I ended up passing -D__NCURSES_H=1 on command line. ???♂?
-D__NCURSES_H=1
1.4m articles
1.4m replys
5 comments
57.0k users