data_structures
Functions
stack_delete.c File Reference
#include "stack.h"
+ Include dependency graph for stack_delete.c:

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...
 

Function Documentation

◆ stack_delete()

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.