ReactOS 0.4.16-dev-927-g467dec4
lfind_s.cpp
Go to the documentation of this file.
1//
2// lfind_s.cpp
3//
4// Copyright (c) Microsoft Corporation. All rights reserved.
5//
6// Defines _lfind_s(), which performs a linear 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 "lfind.cpp"