1 2 3 4 5 6 7 8 9 10
#ifndef _PRINT #define _PRINT #include "types.h" void print_piece(Piece); void print_square(Square); void print_board(Board*); #endif