aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/qsort_s.c
blob: a589e837c2ccb32b53d2dab1e62706a9f765708d (plain) (blame)
1
2
3
4
5
6
7
8
/*
 * This file is in the public domain.  Originally written by Garrett
 * A. Wollman.
 *
 * $FreeBSD$
 */
#define I_AM_QSORT_S
#include "qsort.c"