MCPcopy Create free account
hub / github.com/chen3feng/toft / SignalIntHandler

Function SignalIntHandler

system/process/sub_process_test.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110static bool g_quit = false;
111
112static void SignalIntHandler(int)
113{
114 g_quit = true;
115}
116
117int main(int argc, char** argv)
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected