ds_queue_destroy(id)

From ENIGMA
Jump to navigation Jump to search

Description

Destroys the given data structure queue freeing its entire contents from memory.

Parameters

Parameter Data Type Description
id constant unsigned int index of the data structure queue

Return Values

void: This function does not return anything.

Example Call

// demonstrates freeing a data structure queue from memory
ds_queue_destroy(myqueue);