ReactOS
0.4.16-dev-1946-g52006dd
__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
{
16
__fastfail
(
FAST_FAIL_RANGE_CHECK_FAILURE
);
17
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
__declspec
void __declspec(noinline) __cdecl _free_base(void *const block)
Definition:
free_base.cpp:98
__fastfail
__fastfail(FAST_FAIL_INVALID_ARG)
ntrtl.h
FAST_FAIL_RANGE_CHECK_FAILURE
#define FAST_FAIL_RANGE_CHECK_FAILURE
sdk
lib
vcruntime
__report_rangecheckfailure.c
Generated on Thu Dec 4 2025 06:16:28 for ReactOS by
1.9.6