luaL_addsize
[-?, +?, –]
1 | void luaL_addsize (luaL_Buffer *B, size_t n); |
Adds to the buffer B
(see luaL_Buffer
) a string of length n
previously copied to the buffer area (see luaL_prepbuffer
).
luaL_addsize
[-?, +?, –]
1 | void luaL_addsize (luaL_Buffer *B, size_t n); |
Adds to the buffer B
(see luaL_Buffer
) a string of length n
previously copied to the buffer area (see luaL_prepbuffer
).
Designed by : w10schools
service@w10schools.com
Please login to continue.