On 12/4/2010 8:43 PM, Edward Diener wrote:
I could not find where in the gcc documentation the implementation defined behavior of how gcc searches for a file in an: #include <someFile.h> and: #include "someFile.h" manner. Could someone please point me to where in the gcc documentation this is discussed ?
I found it in the preprocessor documentation.