9 lines
114 B
C
9 lines
114 B
C
#ifndef STACK_DEBUG_H
|
|
#define STACK_DEBUG_H
|
|
|
|
#include "../lib/stack.h"
|
|
|
|
void print_stack(struct stack *);
|
|
|
|
#endif
|