luaL_addchar
[-?, +?, m]
void luaL_addchar (luaL_Buffer *B, char c);
Adds the byte c
to the buffer B
(see luaL_Buffer
).
luaL_addchar
[-?, +?, m]
void luaL_addchar (luaL_Buffer *B, char c);
Adds the byte c
to the buffer B
(see luaL_Buffer
).
Please login to continue.