From fa8cd6f9c13319baca467864661982a3dfb2320c Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 20 Aug 2019 14:51:43 -0400 Subject: util: Add Join helper to join a list of strings --- src/util/string.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/util/string.cpp (limited to 'src/util/string.cpp') diff --git a/src/util/string.cpp b/src/util/string.cpp new file mode 100644 index 000000000..8ea3a1afc --- /dev/null +++ b/src/util/string.cpp @@ -0,0 +1,5 @@ +// Copyright (c) 2019 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include -- cgit v1.2.3