home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
OS2
/
SPEL
/
UCHESS
/
UCHESSRC
/
TMP.C
< prev
next >
Wrap
Text File
|
1994-11-01
|
352b
|
19 lines
#include <stdio.h>
#define ETABLE (18001) /* static eval cache was 18001 in uchess pl70 */
struct etable
{ unsigned long ehashbd;
short int escore[2];
short int sscore[64];
short int score;
short int xx_pad;
short int hung[2];
} ;
struct etable etab[2][ETABLE];
void main()
{
printf("%d\n",sizeof(etab));
}