summaryrefslogtreecommitdiffstats
path: root/include/qsort.h
blob: bbb23595b274a59b2a88c4fffe9657f9dab6ad3b (plain)
1
2
3
4
5
6
7
#ifndef __QSORT_H
#define __QSORT_H

void qsort(void  *base, size_t nel, size_t width,
	   int (*comp)(const void *, const void *));

#endif /* __QSORT_H */