LUAL_ADDSTRING(3) | Library Functions Manual | LUAL_ADDSTRING(3) |
luaL_addstring
—
adds the zero-terminated string to the buffer, function
indicator [-0, +0, m]
#include
<lauxlib.h>
void
luaL_addstring
(luaL_Buffer
*B, const char
*s);
luaL_addstring
()
adds the zero-terminated string pointed to by s to the
buffer B (see luaL_Buffer(3)). The
string may not contain embedded zeros.
Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.
The luaL_addstring
() manual page is based
on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.
July 22, 2022 | Debian |