ReactOS 0.4.16-dev-927-g467dec4
__report_rangecheckfailure.c
Go to the documentation of this file.
1//
2// __report_rangecheckfailure.c
3//
4// Copyright (c) 2024 Timo Kreuzer
5//
6// Implementation of __report_rangecheckfailure.
7//
8// SPDX-License-Identifier: MIT
9//
10
11#include <intrin.h>
12#include <ntrtl.h>
13
14__declspec(noreturn) void __cdecl __report_rangecheckfailure(void)
15{
17}
#define __cdecl
Definition: accygwin.h:79
void __declspec(noinline) __cdecl _free_base(void *const block)
Definition: free_base.cpp:98
__fastfail(FAST_FAIL_INVALID_ARG)
#define FAST_FAIL_RANGE_CHECK_FAILURE