[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: installing new package loader
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 12 May 2007 19:45:52 -0300
> I'm trying to use lua in a non-standard environment that does not have
> access to anything like the typical file system and cannot use the I/O
> functions declared in C stdio.h.
I think the easiest route is to avoid stdio.h is to replace "readable"
in loadlib.c and luaL_loadfile in lauxlib.c by suitable functions for
your system. --lhf