ReactOS 0.4.16-dev-937-g7afcd2a
bsearch_s.cpp
Go to the documentation of this file.
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"