1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00
freebsd/sys/libkern/qsort_r.c
Warner Losh 95ee2897e9 sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
2023-08-16 11:54:11 -06:00

7 lines
140 B
C

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