hey guys, i was hoping that there was a way to do an operation, like fwrite(), except instead of buffer to file, from buffer to buffer. for instance, you could do
buffer_write(initial_buffer_pointer, number_of_bytes, final_buffer_pointer)
and it would write that many bytes from buffer to buffer. does it exist?