ReactOS 0.4.16-dev-963-g182f353
qsort_s.cpp
Go to the documentation of this file.
1//
2// qsort_s.cpp
3//
4// Copyright (c) Microsoft Corporation. All rights reserved.
5//
6// Defines _qsort_s(), a routine for sorting arrays.
7//
8#ifdef __USE_CONTEXT
9 #error __USE_CONTEXT should be undefined
10#endif
11
12#define __USE_CONTEXT
13#include "qsort.cpp"