H.J. Lu wrote:
Hi,I got a request to try "FOO.H" if foo.h doesn't exist when dealing with #include "foo.h" Any comments?
How about "Foo.h", "FOo.H", etc.?I have found as many errors with mixed case screw-ups as with the 'single case' variety you mention.
Would you want to make it fully case insensitive or only try the lower->upper case?
David Daney