Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ activate_sigint_handler
Function
activate_sigint_handler
sources/interpreter.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void activate_sigint_handler()
52
{
53
::SetConsoleCtrlHandler((PHANDLER_ROUTINE) ctrlhandler, true);
54
}
55
56
#else
57
Callers
1
covscript_main
Function · 0.70
Calls
1
sigaction
Class · 0.70
Tested by
no test coverage detected