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