Ejemplo n.º 1
0
void DArray_clear_destroy(DArray *array)
{
	DArray_clear(array);
	DArray_destroy(array);
}
Ejemplo n.º 2
0
char *test_destroy()
{
    DArray_destroy(array);

    return NULL;
}