bcompare.h 138 B

1234567
  1. #ifndef BCOMPARE_H
  2. #define BCOMPARE_H
  3. extern int compare(const DBT * restrict a, const DBT * restrict b) __attribute__((pure));
  4. #endif