LUAL_ADDCHAR(3) | Library Functions Manual | LUAL_ADDCHAR(3) |
luaL_addchar
—
adds the character to the buffer, function indicator [-0,
+0, m]
#include
<lauxlib.h>
void
luaL_addchar
(luaL_Buffer
*B, char c);
luaL_addchar
()
adds the character c to the buffer
B (see luaL_Buffer(3)).
Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, Lua 5.1 Reference Manual.
The luaL_addchar
() manual page is based on
Lua Reference Manual 5.1 and was created by Sergey Bronnikov.
July 22, 2022 | Debian |