eca67d5104
Implement a version of qsort that provides a thunk to the comparison function. Update manual pages.
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"
|