mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-04 10:07:27 -05:00
8 lines
125 B
C
8 lines
125 B
C
|
#ifndef BITCON_COMPAT_SANITY_H
|
||
|
#define BITCON_COMPAT_SANITY_H
|
||
|
|
||
|
bool glibc_sanity_test();
|
||
|
bool glibcxx_sanity_test();
|
||
|
|
||
|
#endif
|