2 * Copyright (C) 1994-1999, Index Data
4 * Sebastian Hammer, Adam Dickmeiss
7 * Revision 1.3 1999-05-26 07:49:14 adam
10 * Revision 1.2 1999/02/02 14:51:18 adam
11 * Updated WIN32 code specific sections. Changed header.
13 * Revision 1.1 1994/09/12 08:02:14 quinn
19 * Small utilities needed by the isam system. Some or all of these
20 * may move to util/ along the way.
30 char *strconcat(const char *s1, ...);
32 int is_default_cmp(const void *k1, const void *k2); /* compare function */