aboutsummaryrefslogtreecommitdiff
path: root/src/compat/sanity.h
blob: a221f69dfcb992cd88ad448284a289da4576d525 (plain)
1
2
3
4
5
6
7
#ifndef BITCON_COMPAT_SANITY_H
#define BITCON_COMPAT_SANITY_H

bool glibc_sanity_test();
bool glibcxx_sanity_test();

#endif