data_structures
|
#include "array.h"
Go to the source code of this file.
Functions | |
t_queue * | array_to_queue (const t_array *array) |
Returns a queue that contains copies of the element in this array. More... | |
Returns a queue that contains copies of the element in this array.
Definition at line 16 of file array_to_queue.c.