lua-users home
lua-l archive

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


On 22/05/2020 16:08, Massimo Sala wrote:
> What do you mean? It is defined in llimits.h
> 
> 1) If llimts.h isn't part of the Lua API, pardon me I don't read this
> information in the official docs.

http://www.lua.org/manual/5.3/manual.html#4
"This section describes the C API for Lua, that is, the set of C
functions available to the host program to communicate with Lua. All API
functions and related types and constants are declared in the header
file lua.h."

Scott