index
:
coreutils
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
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
*));