MCPcopy Create free account
hub / github.com/Sapd/HeadsetControl / interruptHandler

Function interruptHandler

src/main.c:593–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591volatile sig_atomic_t follow = false;
592
593void interruptHandler(int signal_number)
594{
595 UNUSED(signal_number);
596 follow = false;
597}
598
599// Makes parsing of optional arguments easier
600// Credits to https://cfengine.com/blog/2021/optional-arguments-with-getopt-long/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected