lua-users home
lua-l archive

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


> 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