summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/qsort_r.c
blob: d57f3d3263e27aa5e36d81d0fdaf66b978de9e23 (plain)
1
2
3
4
5
6
7
8
/*
 * This file is in the public domain.  Originally written by Garrett
 * A. Wollman.
 *
 * $FreeBSD: src/lib/libc/stdlib/qsort_r.c,v 1.1.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $
 */
#define I_AM_QSORT_R
#include "qsort.c"