I have huge directory with makefiles, .c, .h .cpp etc. The final output (binary) is built using make.
To do that I have to find and investigate the source files that use <aio.h>
and <execinfo.h>
headers. So how do I find the files that use #include <aio.h>
and #include <execinfo.h>