lua-users home
lua-l archive

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


On Tue, May 4, 2010 at 10:46 AM, HyperHacker <hyperhacker@gmail.com> wrote:
> You could easily write a C function in your host program, and set
> table.proto to it, without having to modify the official code. (That
> host program may be just one that sets some variables before calling
> dofile(), if you're not using C in your program already.)

Or simply write another C extension - probably not a good idea to put
things into the table 'table' however.