base64: fix recent compilation regression on some compilers
[gnulib.git] / lib / xmemcoll.h
1 #include <stddef.h>
2 int xmemcoll (char *, size_t, char *, size_t);
3 int xmemcoll0 (char const *, size_t, char const *, size_t);