#ifndef CARD_TEST_H #define CARD_TEST_H #include "../lib/card.h" void print_card(struct card *); #endif