]> git.sesse.net Git - stockfish/commit
Rewrite ucioptions.cpp to use C++
authorMarco Costalba <mcostalba@gmail.com>
Mon, 1 Sep 2008 12:05:02 +0000 (14:05 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 1 Sep 2008 12:05:02 +0000 (14:05 +0200)
commit6c64f68ccf18a4ee1d4429abbef5fb4c0e216504
treef667f731095ae6ebc0c9a0020308cf227fd31163
parent6ef44d4c4e1a81a55eb764438f3fc2f28429309c
Rewrite ucioptions.cpp to use C++

Instead of old-style C string functions use standard
library to greatly streamline the implementation.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/uci.cpp
src/ucioption.cpp