LUAL_ADDLSTRING(3) Library Functions Manual LUAL_ADDLSTRING(3)

luaL_addlstringadds the string to the buffer, function indicator [-0, +0, m]

#include <lauxlib.h>

void
luaL_addlstring(luaL_Buffer *B, const char *s, size_t l);

() adds the string pointed to by s with length l to the buffer B (see luaL_Buffer(3)). The string may contain embedded zeros.

luaL_Buffer(3)

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