Mercurial > hg > octave-jordi > gnulib-hg
view lib/mpsort.h @ 18070:d460ec17f09f
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Tue, 28 Jul 2015 13:57:32 -0700 |
parents | d95ff1660f83 |
children |
line wrap: on
line source
#include <stddef.h> void mpsort (void const **, size_t, int (*) (void const *, void const *));