MCPcopy Create free account
hub / github.com/covscript/covscript / activate_sigint_handler

Function activate_sigint_handler

sources/debugger.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void activate_sigint_handler()
56{
57 ::SetConsoleCtrlHandler((PHANDLER_ROUTINE) ctrlhandler, true);
58}
59
60#else
61

Callers 1

covscript_mainFunction · 0.70

Calls 1

sigactionClass · 0.70

Tested by

no test coverage detected