mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
Add C support in README, minor updates in other C doc
This commit is contained in:
@@ -1293,7 +1293,7 @@ like so:
|
||||
// The returned buffer must be deallocated using `free`.
|
||||
// NOTE: Finalizing the buffer does NOT change the builder, it
|
||||
// just creates a snapshot of the builder content.
|
||||
buf = flatcc_builder_finalize_buffer(&builder, &size);
|
||||
buf = flatcc_builder_finalize_buffer(B, &size);
|
||||
// use buf
|
||||
free(buf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user