NEWS.stable: log cherry-pick [24bfc89]->[1d71dc7] strtoumax: Avoid link error on...
[gnulib.git] / lib / mpsort.h
1 #include <stddef.h>
2 void mpsort (void const **, size_t, int (*) (void const *, void const *));