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