#ifndef STACK_TEST_H #define STACK_TEST_H #include "../lib/stack.h" void print_stack(struct stack *); #endif