lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




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