NEWS.stable: log cherry-pick [8b18afa]->[c948e19] sys_select: Avoid a syntax error...
[gnulib.git] / lib / mpsort.h
1 #include <stddef.h>
2 void mpsort (void const **, size_t, int (*) (void const *, void const *));