Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | api_incr_top(L) |
#define | adjustresults(L, nres) { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } |
#define | api_checknelems(L, n) |
#define adjustresults | ( | L, | |
nres ) { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } |
Definition at line 17 of file lua-5.3.6/src/lapi.h.
#define api_checknelems | ( | L, | |
n ) |
Definition at line 20 of file lua-5.3.6/src/lapi.h.
#define api_incr_top | ( | L | ) |
Definition at line 14 of file lua-5.3.6/src/lapi.h.