#ifndef _PRINT #define _PRINT #include "types.h" void print_piece(Piece); void print_square(Square); void print_board(Board); #endif