Re: LUA from C: open libraries, differencies between base and string
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA from C: open libraries, differencies between base and string
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2020年5月11日 19:29:52 -0300
> Do you agree the right code is
>
> luaL_requiref(L,"string", luaopen_string, 1);
> lua_pop(L, 1);
Yes. But I repeat my recommendation to add a customized copy of
linit.c to your program.
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org