data_structures
|
#include "queue.h"
Go to the source code of this file.
Functions | |
t_queue * | queue_new (const t_type *type) |
Allocates memory and initializes an empty queue. More... | |
Allocates memory and initializes an empty queue.
the | type of items that this queue will hold |
Definition at line 16 of file queue_new.c.