Files
chess/engine/include/fen.h
2025-08-25 20:10:38 -04:00

3 lines
82 B
C

int load_fen();
void board_to_fen(struct Board *board, char *out, size_t out_sz);