#ifndef STACK_DEBUG_H
#define STACK_DEBUG_H

#include "../lib/stack.h"

void print_stack(struct stack *);

#endif