Re: c side package creation
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: c side package creation
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 8 Dec 2012 09:34:21 -0200
> I found the luaL_newlibtable & luaL_newlib in both ways it creates a new table.
> If I use it with equal data two times, overwrite the call the existing table?
No, they create a new table every time they're called.