opnsense-src/lib/libc/stdlib/qsort_r.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
131 B
C
Raw Normal View History

/*
* This file is in the public domain. Originally written by Garrett
* A. Wollman.
*/
#define I_AM_QSORT_R
#include "qsort.c"