9 lines
		
	
	
		
			107 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			107 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef CARD_TEST_H
 | |
| #define CARD_TEST_H
 | |
| 
 | |
| #include "../lib/card.h"
 | |
| 
 | |
| void print_card(struct card *);
 | |
| 
 | |
| #endif
 |