ReactOS 0.4.16-dev-1063-gd722e70
search.h
Go to the documentation of this file.
1//
2// search.h
3//
4// Copyright (c) Microsoft Corporation. All rights reserved.
5//
6// Declarations of functions for sorting and searching.
7//
8#pragma once
9#ifndef _INC_SEARCH // include guard for 3rd party interop
10#define _INC_SEARCH
11
12#include <corecrt_search.h>
13#endif // _INC_SEARCH