Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2496
static int raise(int sig)
2497
{
2498
return kill(gettid(), sig);
2499
}
2500
2501
/****************************************************************************/
2502
/* CTYPE */
Callers
nothing calls this directly
Calls
2
kill
Function · 0.85
gettid
Function · 0.85
Tested by
no test coverage detected