minimal_tryread_construct_free
Last updated March 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)
; | |
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
Was this page helpful?