xref: /reactos/sdk/lib/ucrt/stdlib/bsearch_s.cpp (revision 04e0dc4a)
1 //
2 // bsearch_s.cpp
3 //
4 //      Copyright (c) Microsoft Corporation. All rights reserved.
5 //
6 // Defines _bsearch_s(), which performs a binary search over an array.
7 //
8 #ifdef __USE_CONTEXT
9     #error __USE_CONTEXT should be undefined
10 #endif
11 
12 #define __USE_CONTEXT
13 #include "bsearch.cpp"
14