Do all input through one ReadLine() routine
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 6 Dec 2018 20:23:49 +0000 (21:23 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 6 Dec 2018 20:23:49 +0000 (21:23 +0100)
commit29739720e2b8d549906e235e88bdc603491e9aa3
treea8f773430180732eaf650e6df37aabcf02fe6358
parent8e699739bef4730a34efb65939800a3a3b6f13b0
Do all input through one ReadLine() routine

Some duplicate code now is made into a subroutine, to which we pass
the stream from which it should read a line, and the buffer to hold
the result. It returns whether the read was succesful (i.e. no EOF).
As this can also easily fake engine output from a file, the special
routine GetChar()we had for this could be abolished.
UCI2WB.c