tty-solitaire/debug/stack_debug.h
2010-04-22 01:51:51 -03:00

9 lines
114 B
C

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