index
:
coreutils
debian
progress-linux
upstream
debian 11: coreutils
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
mpsort.h
blob: 5e588117edcc8f477363c3f8a4b319e7e4386252 (
plain
)
1
2
#include
<stddef.h>
void
mpsort
(
void
const
**
,
size_t
,
int
(
*
)
(
void
const
*
,
void
const
*
));