Support non-blocking pipe I/O in write() on native Windows.
[pspp] / lib / mpsort.h
1 #include <stddef.h>
2 void mpsort (void const **, size_t, int (*) (void const *, void const *));