renamed to vector
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
* @brief Destroy a dynamic array and free its memory.
|
||||
*
|
||||
* Frees the memory block and the array structure itself.
|
||||
* Sets owner_count to 0 before freeing.
|
||||
*
|
||||
* @param array Pointer to the dynamic_array to destroy.
|
||||
*/
|
||||
void dynamic_array_destroy(dynamic_array* array);
|
||||
Reference in New Issue
Block a user