xref: /freebsd/lib/libc/stdlib/bsearch_s.c (revision d59c7ea2701fe7b73b32eef49a7c712ef38de5a0)
1 /*
2  * Copyright (c) 2026 Faraz Vahedi <kfv@FreeBSD.org>
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 #define I_AM_BSEARCH_S
7 #include "bsearch.c"
8