Skip to main content

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.

Parameters

str

The string

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?