Re: Confused newbie..
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Confused newbie..
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2006年3月17日 11:59:42 -0300
> 2. I like the idea of my programs in Lua being able to use some custom C
> libraries. To that end I suppose I would have to write wrappers around
> the library functions that conform to the C API spec. Could anyone
> suggest where to look for some simple examples of this C API?..
See src/l*lib.c in the Lua distribution. See also my libraries at
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
--lhf