NetBSD/common/lib/libc/stdlib
ad c6555ead19 Our qsort() is inappropriate for kernel use because it makes recursive
calls. Replace it with a kheapsort() function in kernel. Pointed out
by tron@.
2008-11-16 16:15:58 +00:00
..
_strtol.h Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one 2008-08-20 12:42:26 +00:00
_strtoul.h Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one 2008-08-20 12:42:26 +00:00
heapsort.c Our qsort() is inappropriate for kernel use because it makes recursive 2008-11-16 16:15:58 +00:00
random.c
strtoll.c Properly deal with LIBC namespace issues. 2008-08-22 03:00:02 +00:00
strtoul.c Fix build breakage by adding appropriate #includes. 2008-08-20 19:58:33 +00:00
strtoull.c Prepare use of strtoull, strtoumax and strtoimax in tools/compat by 2008-09-10 18:08:58 +00:00
strtoumax.c Prepare use of strtoull, strtoumax and strtoimax in tools/compat by 2008-09-10 18:08:58 +00:00