[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: http://lua-users.org/wiki/ObjectProperties - one question
- From: Milan Obuch <lua-l@...>
- Date: Tue, 9 Jun 2020 15:10:07 +0200
Hi,
I used this page for inspiration and tried something OOP-like in C
calling Lua environment. While it basically works (in some simple
scenario), there is a question - compiling this with Lua 5.2 gives
test-lua.c:135:2: warning: implicit declaration of function 'luaL_openlib' is invalid in C99 [-Wimplicit-function-declaration]
and I can't find luaL_openlib function in Lua 5.2 Reference manual. How
did this happen?
Regards,
Milan