Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void activate_sigint_handler()
56
{
57
::SetConsoleCtrlHandler((PHANDLER_ROUTINE) ctrlhandler, true);
58
}
59
60
#else
61
Callers
1
covscript_main
Function · 0.70
Calls
1
sigaction
Class · 0.70
Tested by
no test coverage detected