Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
lapi.h File Reference
#include "lobject.h"

Go to the source code of this file.

Functions

LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o)
 

Function Documentation

◆ luaA_pushobject()

LUAI_FUNC void luaA_pushobject ( lua_State * L,
const TValue * o )

Definition at line 89 of file lua-5.1.5/src/lapi.c.

89 {
90 setobj2s(L, L->top, o);
91 api_incr_top(L);
92}
#define api_incr_top(L)
#define setobj2s

References api_incr_top, setobj2s, and lua_State::top.

Referenced by lua_getlocal().