neobytes/src/compat/sanity.h

8 lines
125 B
C
Raw Normal View History

#ifndef BITCON_COMPAT_SANITY_H
#define BITCON_COMPAT_SANITY_H
bool glibc_sanity_test();
bool glibcxx_sanity_test();
#endif