string_destroy
Name
string_destroy — Destroy a string
Synopsis
#include "misc/ec_string.h"
| int **string_destroy** (
| str)
; | |
string * <var class="pdparam">str</var>
;
Description
Destroy a string created using ec_string_init_type.
- str
-
The string
This function returns void.
It is legal to call this function in any thread.