strtoumax: fix typo in previous commit.
[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);