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