tty-solitaire/debug/stack_debug.h

9 lines
114 B
C
Raw Normal View History

2010-04-10 16:49:19 +00:00
#ifndef STACK_DEBUG_H
#define STACK_DEBUG_H
#include "../lib/stack.h"
void print_stack(struct stack *);
#endif