doc: use ASCII in .texi files where UTF-8 isn't needed
[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);