]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/stdlib/qsort_r.c
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / stdlib / qsort_r.c
1 /*
2  * This file is in the public domain.  Originally written by Garrett
3  * A. Wollman.
4  *
5  * $FreeBSD$
6  */
7 #define I_AM_QSORT_R
8 #include "qsort.c"