MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / my_abort

Function my_abort

test/signal/test-signalhandler.cpp:46–49  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

44}
45
46/*static*/ NORETURN void my_abort() // NOLINT(misc-use-internal-linkage)
47{
48 abort();
49}
50
51/*static*/ void my_segv() // NOLINT(misc-use-internal-linkage)
52{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected