#ifndef BCOMPARE_H #define BCOMPARE_H extern int compare(const DBT * restrict a, const DBT * restrict b) __attribute__((pure)); #endif