data_structures
|
#include "stack.h"
Go to the source code of this file.
Functions | |
void | stack_delete (t_stack *stack) |
Deletes the stack and frees memory taken by its contents. More... | |
void stack_delete | ( | t_stack * | stack | ) |
Deletes the stack and frees memory taken by its contents.
Definition at line 16 of file stack_delete.c.