diff options
Diffstat (limited to 'sorters.c')
-rw-r--r-- | sorters.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } }; |