summaryrefslogtreecommitdiff
path: root/sorters.c
blob: a63013654decb3c5b099055784921b6655842932 (plain)
1
2
3
4
5
6
#include "sorters.h"

const struct sorter sorters[] = {
	{ .name = "musl", .func = qsort_musl },
	{ 0 }
};