MCPcopy Create free account
hub / github.com/GJDuck/e9patch / abort

Function abort

examples/stdlib.c:5987–5992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5985}
5986
5987static __attribute__((__noreturn__)) void abort(void)
5988{
5989 kill(getpid(), SIGABRT);
5990 while (true)
5991 asm volatile ("ud2");
5992}
5993
5994static int abs(int x)
5995{

Callers 14

mainFunction · 0.85
state_checkFunction · 0.85
recordFunction · 0.85
logFunction · 0.85
ABORTFunction · 0.85
test_freadFunction · 0.85
test_treeFunction · 0.85
test_qsortFunction · 0.85
check_flagsFunction · 0.85
initFunction · 0.85
entryFunction · 0.85
entryFunction · 0.85

Calls 2

killFunction · 0.85
getpidFunction · 0.85

Tested by 4

mainFunction · 0.68
test_freadFunction · 0.68
test_treeFunction · 0.68
test_qsortFunction · 0.68