Where could I find the list of all header files in C and C++?
While I am building a library, I am getting an error like 'tree.h not found
'.I suppose this is a standard header file in C and C++. This raised in me the curiosity to know all the header files and their contribution.
Is there a place I can search for?
I am working on Solaris Unix.