lbrycrd/src/compat/sanity.h

12 lines
349 B
C
Raw Normal View History

// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
2014-11-03 16:16:40 +01:00
#ifndef BITCOIN_COMPAT_SANITY_H
#define BITCOIN_COMPAT_SANITY_H
bool glibc_sanity_test();
bool glibcxx_sanity_test();
2014-11-03 16:16:40 +01:00
#endif // BITCOIN_COMPAT_SANITY_H