xref: /freebsd/lib/libc/stdlib/qsort_s.c (revision c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5)
1 /*
2  * This file is in the public domain.  Originally written by Garrett
3  * A. Wollman.
4  *
5  * $FreeBSD$
6  */
7 #define I_AM_QSORT_S
8 #include "qsort.c"
9