blob: f7c0e54f7433063718b6804bc828be4d8c11144f (
plain) (
blame)
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 2002/09/10 02:04:49 wollman Exp $
*/
#define I_AM_QSORT_R
#include "qsort.c"
|