gre_io_zero_buffer
void gre_io_zero_buffer(
gre_io_serialized_data_t * buffer
)
This clears the internal byte count of the buffer, but does not de-allocate the buffer's memory.
Use this function to reset a buffer in between multiple calls to gre_io_serialize
Parameters
| Parameter | Type | Description |
|---|---|---|
buffer | gre_io_serialized_data_t* | The buffer to have its byte count cleared. |