mirror of https://github.com/F-Stack/f-stack.git
9 lines
156 B
C
9 lines
156 B
C
|
/*-
|
||
|
* This file is in the public domain. Originally written by Garrett
|
||
|
* A. Wollman.
|
||
|
*
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
#define I_AM_QSORT_R
|
||
|
#include "libkern/qsort.c"
|