LUAL_BUFFINIT(3) | Library Functions Manual | LUAL_BUFFINIT(3) |
luaL_buffinit
—
initializes a buffer, function indicator [-0, +0,
-]
#include
<lauxlib.h>
void
luaL_buffinit
(lua_State
*L, luaL_Buffer
*B);
luaL_buffinit
()
initializes a buffer B. This function does not
allocate any space; the buffer must be declared as a variable (see
luaL_Buffer(3)).
Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.
The luaL_buffinit
() manual page is based
on Lua Reference Manual 5.1 and was created by Sergey Bronnikov.
July 22, 2022 | Debian |