lua_pushliteral
[-0, +1, m]
const char *lua_pushliteral (lua_State *L, const char *s);
This macro is equivalent to lua_pushstring
, but should be used only when s
is a literal string.
lua_pushliteral
[-0, +1, m]
const char *lua_pushliteral (lua_State *L, const char *s);
This macro is equivalent to lua_pushstring
, but should be used only when s
is a literal string.
Please login to continue.