luaL_addsize

void luaL_addsize (luaL_Buffer *B, size_t n);

Adds a string of length n previously copied to the buffer area (see luaL_prepbuffer) to the buffer B (see luaL_Buffer).