home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d977
/
uchess.lha
/
UChess
/
UChessSrc.lha
/
debug64.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-07
|
195b
|
8 lines
#ifdef DEBUG4
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