[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Confused newbie..
- From: Robert Hibberdine <bob.hibberdine@...>
- Date: Fri, 17 Mar 2006 15:51:20 +0000
Luiz Henrique de Figueiredo wrote:
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
Ahha. A posix library too. Everything I need is there.
Many thanks,
Bob