Make suffix an array
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 7 Sep 2016 18:52:48 +0000 (20:52 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 21 Sep 2016 12:01:31 +0000 (14:01 +0200)
commit573f12ddca1f3e3eb7b9e6483210a3a8d752c03b
tree72d65d2b5485d1b8de5789d1ce05c45e76546967
parent26f1cb9fd60aff4397bb1119348f336f7285317a
Make suffix an array

The suffix to the 'go' command is now declared as array rather than
pointer, so that it can be easily printed in. (Before it could be made
to point to argv[3] if needed, and be NULL otherwise, but we want to
add some options that would create a suffix dynamically.)
UCI2WB.c