From ca78dc5f62fb0fea4f13ca17584a2084aaa92189 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 28 Jun 2014 15:35:46 -0500 Subject: Initial stab at wikisort --- sorters.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sorters.c') diff --git a/sorters.c b/sorters.c index 33f85c2..99e000e 100644 --- a/sorters.c +++ b/sorters.c @@ -5,5 +5,6 @@ const struct sorter sorters[] = { { .name = "glibc quicksort", .func = glibc_quicksort }, { .name = "glibc mergesort", .func = glibc_mergesort }, { .name = "musl", .func = musl_qsort }, + { .name = "wikisort", .func = wikisort }, { 0 } }; -- cgit v1.2.3