lua-users home
lua-l archive

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


I noticed most, if not all, examples of programs that involve writing modules for Lua define all C functions as static. Why is this and why isbot necessary?