I'd like to get the entire contents of a buffer.
In the docs, I see the function app->buffer_read_range(app, &buffer, start, end, buffer_out), however, I'm having trouble coming up with a way to get the length of a buffer (in order to set the end parameter).
Thanks for any help.