Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
nativetools
/
3bbf6227a8640dc239c9c6615776a829485204fe
/
.
/
nativelibc
/
abort.c
blob: 9964fcf9730058c8ae1eccb72015b98d0b9a9714 [
file
] [
log
] [
blame
] [
raw
]
#include
<windows.h>
#include
<nt.h>
void
abort
()
{
NtTerminateProcess
((
void
*)-
1
,
1
);
while
(
1
);
}