Reactos
at master 14 lines 350 B view raw
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"