rename TT funcs to TT_xxx()

This commit is contained in:
2024-06-12 07:50:19 +02:00
parent ec2d2291d4
commit 8be03c6230
5 changed files with 171 additions and 21 deletions

View File

@@ -59,7 +59,7 @@ int main(int __unused ac, __unused char**av)
//fflush(stdout);
if (!pos_ok(pos, false)) {
printf("*** fen %d [%s] move %d [%s] invalid position after move_do\n",
test_line, fen, j, move_str(movebuf, *move, 0));
test_line, fen, j, move_to_str(movebuf, *move, 0));
exit(0);
}