LUA_PUSHVFSTRING(3) Library Functions Manual LUA_PUSHVFSTRING(3)

lua_pushvfstringpushes onto the stack a formatted string and returns a pointer to this string, function indicator [-0, +1, m]

#include <lua.h>

const char *
lua_pushvfstring(lua_State *L, const char *fmt, va_list argp);

() pushes onto the stack a formatted string and returns a pointer to this string. Equivalent to lua_pushfstring(3), except that it receives a va_list instead of a variable number of arguments.

lua_pushfstring(3)

Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.

The lua_pushvfstring() manual page is based on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.

July 18, 2022 Debian