Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoMercy-ac/NoMercy
/ __init_on_exit_array
Function
__init_on_exit_array
Source/Client/NM_Sys/API/CppSupport.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
#pragma comment(linker,
"/merge:.CRT=.rdata"
)
39
40
extern
"C"
int __cdecl __init_on_exit_array()
41
{
42
onexitend = onexitbegin = onexitarray;
43
*onexitbegin = 0;
44
return 0;
45
}
46
47
extern
"C"
int __cdecl atexit(_PVFV fn)
48
{
Callers
1
__crt_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected