lua-users home
lua-l archive

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


Also, don't use LUALIB_API or LUA_API to mark functions in your code.
These macros are to mark functions in the Lua library.

     -Mark