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