Name
string_destroy — Destroy a string
Synopsis
#include "misc/ec_string.h"
| int **string_destroy** (
| str)
; | |
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.
See Also
Was this page helpful?