ReactOS 0.4.16-dev-937-g7afcd2a
lsearch_s.cpp
Go to the documentation of this file.
1//
2// lsearch_s.cpp
3//
4// Copyright (c) Microsoft Corporation. All rights reserved.
5//
6// Defines _lsearch_s(), which performs a linear search over an array, appending
7// the key to the end of the array if it is not found.
8//
9#ifdef __USE_CONTEXT
10 #error __USE_CONTEXT should be undefined
11#endif
12
13#define __USE_CONTEXT
14#include "lsearch.cpp"