mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
6 lines
133 B
C
6 lines
133 B
C
|
#include "brttypes.h"
|
||
|
|
||
|
int keycompare (bytevec key1, ITEMLEN key1len, bytevec key2, ITEMLEN key2len);
|
||
|
void test_keycompare (void) ;
|
||
|
|