Add new radixsort and sradixsort functions

Taken from FreeBSD.
This commit is contained in:
Guillem Jover
2011-02-25 18:48:10 +01:00
parent c766e58acf
commit 4b95e82a32
6 changed files with 497 additions and 0 deletions

View File

@@ -70,5 +70,7 @@ LIBBSD_0.3 {
getpeereid;
mergesort;
radixsort;
sradixsort;
} LIBBSD_0.2;