lua-users home
lua-l archive

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


> 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.