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

Function raise

examples/stdlib.c:2496–2499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2494}
2495
2496static int raise(int sig)
2497{
2498 return kill(gettid(), sig);
2499}
2500
2501/****************************************************************************/
2502/* CTYPE */

Callers

nothing calls this directly

Calls 2

killFunction · 0.85
gettidFunction · 0.85

Tested by

no test coverage detected