MOS Source Code
Loading...
Searching...
No Matches
cpp_support.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-3.0-or-later
2
3#pragma once
4
5namespace mos
6{
7 [[noreturn]] void __raise_bad_ptrresult_value(int errorCode);
8 [[noreturn]] void __raise_null_pointer_exception();
9}; // namespace mos
void __raise_null_pointer_exception()
void __raise_bad_ptrresult_value(int errorCode)