[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Confused newbie..
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 17 Mar 2006 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