BufClear
Description
Reset length to zero without releasing the backing storage. The capacity is preserved so subsequent pushes can reuse it.
Success
Returns to the caller. b->length is 0.
Failure
Macro cannot fail.
Usage example (Cross-references)
Last updated on