luaL_buffinit[-0, +0, –]
void luaL_buffinit (lua_State *L, luaL_Buffer *B);
 Initializes a buffer B. This function does not allocate any space; the buffer must be declared as a variable (see luaL_Buffer). 
luaL_buffinit[-0, +0, –]
void luaL_buffinit (lua_State *L, luaL_Buffer *B);
 Initializes a buffer B. This function does not allocate any space; the buffer must be declared as a variable (see luaL_Buffer). 
Please login to continue.