Static rglua::lua::luaL_prepbuffer[][src]

pub static luaL_prepbuffer: Lazy<extern "C" fn(b: *mut LuaBuffer) -> *mut c_char>
Expand description

Returns an address to a space of size $crate::lua::BUFFERSIZE where you can copy a string to be added to buffer LuaBuffer b. After copying the string into this space you must call luaL_addsize with the size of the string to actually add it to the buffer.