On Mar 13, 2011, at 9:43 PM, liam mail wrote:
On 14 March 2011 00:57, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> 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.
It is implementation defined not undefined.
Liam