data_structures
|
#include "stack.h"
Go to the source code of this file.
Functions | |
t_stack * | stack_copy (const t_stack *stack) |
Copies a stack and all it contents. More... | |
Copies a stack and all it contents.
Definition at line 16 of file stack_copy.c.