9 lines
109 B
C
9 lines
109 B
C
#ifndef DECK_DEBUG_H
|
|
#define DECK_DEBUG_H
|
|
|
|
#include "../lib/deck.h"
|
|
|
|
void print_deck(struct deck *);
|
|
|
|
#endif
|