LUA_INTEGER(3) | Library Functions Manual | LUA_INTEGER(3) |
lua_Integer
— type
to represent integral values
#include
<lua.h>
typedef ptrdiff_t lua_Integer;
lua_Integer the type used by the Lua API to
represent integral values. By default it is a
ptrdiff_t
, which is usually the largest signed
integral type the machine handles "comfortably".
Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.
The lua_Integer
() manual page is based on
Lua Reference Manual 5.1 and was created by Sergey Bronnikov.
July 18, 2022 | Debian |