mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
util: Add Join helper to join a list of strings
This commit is contained in:
5
src/util/string.cpp
Normal file
5
src/util/string.cpp
Normal file
@@ -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 <util/string.h>
|
||||
Reference in New Issue
Block a user