deallocate

Deallocate an array whose buffer was allocated by malloc().

void
deallocate
(
Item
)
()

Parameters

Item

the type of items making up the array

arr_to_deallocate Item[]

the array to deallocate

Meta