move from printf to logX() - unfinished.

This commit is contained in:
2021-11-03 12:39:23 +01:00
parent 45c01f59f7
commit 0e117bc2f9
9 changed files with 178 additions and 93 deletions

View File

@@ -95,13 +95,11 @@ piece_list_t *piece_add(pos_t *pos, piece_t piece, square_t square)
return new;
}
#ifdef PIECEBIN
#ifdef BIN_piece
#include "fen.h"
int main(int ac, char**av)
{
//size_t i;
pos_t *pos;
//piece_list_t *plist;
pos = pos_create();
piece_pool_init();