3 debug41 (short int score
, short unsigned int xxx
[], char ch
)
10 D
= fopen ("/tmp/DEBUG", "a+");
17 fprintf (D
, "%2d%c %6d %4ld %8ld ", Sdepth
, ch
, score
, et
/ 100, NodeCnt
);
19 for (i
= 1; xxx
[i
]; i
++)
21 if ((i
> 1) && (i
% 8 == 1))
23 algbr ((short) (xxx
[i
] >> 8), (short) (xxx
[i
] & 0xFF), false);
24 fprintf (D
, "%5s ", mvstr
[0]);