MCPcopy 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

40extern "C" int _fltused = 0;
41
42extern "C" int __cdecl __init_on_exit_array()
43{
44 onexitend = onexitbegin = onexitarray;
45 *onexitbegin = 0;
46 return 0;
47}
48
49extern "C" int __cdecl atexit(_PVFV fn)
50{

Callers 1

__crt_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected