qsort from glibc
- Here is the qsort implementation in a recent version of the GNU
standard C library (glibc 2.3.6, as packaged in Debian Etch). The
source has been pretty-printed for the Web using c2html:
qsort.c.html.
- The unadorned source file is also available: qsort.c.
- qsort man page.