MCPcopy 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
51void activate_sigint_handler()
52{
53 ::SetConsoleCtrlHandler((PHANDLER_ROUTINE) ctrlhandler, true);
54}
55
56#else
57

Callers 1

covscript_mainFunction · 0.70

Calls 1

sigactionClass · 0.70

Tested by

no test coverage detected