data_structures
|
#include "stack.h"
Go to the source code of this file.
Functions | |
t_stack * | stack_new (const t_type *type) |
Initializes an empty stack. More... | |
Initializes an empty stack.
type | the type of items that this stack will hold |
Definition at line 16 of file stack_new.c.