mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
14 lines
263 B
C++
14 lines
263 B
C++
![]() |
//
|
||
|
// qsort_s.cpp
|
||
|
//
|
||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
//
|
||
|
// Defines _qsort_s(), a routine for sorting arrays.
|
||
|
//
|
||
|
#ifdef __USE_CONTEXT
|
||
|
#error __USE_CONTEXT should be undefined
|
||
|
#endif
|
||
|
|
||
|
#define __USE_CONTEXT
|
||
|
#include "qsort.cpp"
|