// // search.h // // Copyright (c) Microsoft Corporation. All rights reserved. // // Declarations of functions for sorting and searching. // #pragma once #ifndef _INC_SEARCH // include guard for 3rd party interop #define _INC_SEARCH #include #endif // _INC_SEARCH