#ifndef DECK_TEST_H #define DECK_TEST_H #include "../lib/deck.h" void print_deck(struct deck *); #endif