bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] weights.wd (0.12a) and Win32


From: Gary Wong
Subject: Re: [Bug-gnubg] weights.wd (0.12a) and Win32
Date: Fri, 13 Dec 2002 10:26:24 -0500
User-agent: Mutt/1.3.28i

On Fri, Dec 13, 2002 at 03:16:35AM +0100, Nardy Pillards wrote:
> Remembering the Win probs with makebearoff and ' > ' (replaced with -f to
> force binary)....
> 
> Using the command:
> 
> makeweights < gnubg.weights > gnubg.wd
> 
> will this make a trustable .wd ?

It should.  That's what all this contortion:

    #ifdef STDOUT_FILENO
        if( !( output = fdopen( STDOUT_FILENO, "wb" ) ) ) {
            perror( "(stdout)" );
            return EXIT_FAILURE;
        }
    #endif

is in aid of (instead of simply using libc's stdout).  I am unable to
test it, though (and it's also dependent on your C library).

Cheers,
Gary.
-- 
   Gary Wong           address@hidden           http://www.cs.arizona.edu/~gary/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]