MCPcopy Create free account
hub / github.com/codestation/qcma / sigaction

Class sigaction

cli/main_cli.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60static bool setup_handlers()
61{
62 struct sigaction hup, term;
63
64 memset(&hup, 0, sizeof(hup));
65 memset(&term, 0, sizeof(term));

Callers 1

setup_handlersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected