freebsd-dev/lib/libc/stdlib/qsort_r.c
Garrett Wollman eca67d5104 Implement C99's _Exit() interface.
Implement a version of qsort that provides a thunk to the comparison function.

Update manual pages.
2002-09-10 02:04:49 +00:00

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"