home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
szachy
/
gnu
/
gnu_4_0_74
/
gnuchess-4.0.pl74
/
src
/
debug64.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-19
|
194b
|
8 lines
#ifdef DEBUG
if (debuglevel & 64)
{
algbr (PV >> 8, PV & 0xff, 0);
printf ("-get-> d=%d s=%d p=%d a=%d b=%d %s\n", depth, score, ply, alpha, beta, mvstr[0]);
}
#endif