mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
9 lines
147 B
C
9 lines
147 B
C
|
/*
|
||
|
* This file is in the public domain. Originally written by Garrett
|
||
|
* A. Wollman.
|
||
|
*
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
#define I_AM_QSORT_R
|
||
|
#include "qsort.c"
|