> And even C does relative including - by using quotes: > > #include "foo.h" > > This would search for a file named "foo.h" in the same directory the > sourcefile lies I think this is actually *undefined* in the C standard.