LUAL_ADDSIZE(3) | Library Functions Manual | LUAL_ADDSIZE(3) |
luaL_addsize
—
adds to the buffer a string, function indicator [-0, +0,
m]
#include
<lauxlib.h>
void
luaL_addsize
(luaL_Buffer
*B, size_t n);
luaL_addsize
()
adds to the buffer B (see
luaL_Buffer(3)) a string of length n
previously copied to the buffer area (see
luaL_prepbuffer(3)).
luaL_Buffer(3), luaL_prepbuffer(3)
Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.
The luaL_addsize
() manual page is based on
Lua Reference Manual 5.1 and was created by Sergey Bronnikov.
July 22, 2022 | Debian |