APIsWithLua icon indicating copy to clipboard operation
APIsWithLua copied to clipboard

Sample Lua and C code to help you learn how to write Lua-based APIs.

Results 1 APIsWithLua issues
Sort by recently updated
recently updated
newest added

In some places you use assign the return value of ``lua_tonumber()`` to int without a cast. That makes it unclear whether that is intentional or just a mistake... In other...