minimal_tryread_construct_free
March 26, 2020
Name
minimal_tryread_construct_free — Release the resources of a minimal_tryread_construct
Synopsis
#include "ec_growbuf.h"
| void **minimal_tryread_construct_free** (
| mtc)
; | |
minimal_tryread_construct * <var class="pdparam">mtc</var>
;
Description
Release the resources of a “minimal_tryread_construct” struct.
- mtc
-
The address of the “minimal_tryread_construct” struct that you wish to free.
This function returns void
.
It is legal to call this function in any thread.
See Also
trywrite, trywritef, and tryread_until