quotearg: don't attempt to store 1 << 31 into an "int"
[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);