summaryrefslogtreecommitdiff
path: root/xen/lib/sort.c
blob: b7e78cc0e8d2b23cce3ed4a7ec5a712c814f8ff2 (plain)
1
2
3
4
5
6
7
8
/*
 * A fast, small, non-recursive O(nlog n) sort for the Linux kernel
 *
 * Jan 23 2005  Matt Mackall <mpm@selenic.com>
 */

#define SORT_IMPLEMENTATION
#include <xen/sort.h>