annotate lib/mpsort.h @ 17907:0a1c2535cad9

euidaccess: Fix Android build * modules/euidaccess (Depends-on): Add fcntl-h to ensure that AT_EACCESS gets declared.
author Kevin Cernekee <cernekee@google.com>
date Wed, 11 Feb 2015 15:22:54 -0800
parents d95ff1660f83
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8046
d95ff1660f83 * MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 #include <stddef.h>
d95ff1660f83 * MODULES.html.sh: New module mpsort.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
2 void mpsort (void const **, size_t, int (*) (void const *, void const *));