Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ kill
Function
kill
examples/stdlib.c:1302–1305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1300
}
1301
1302
static int kill(pid_t pid, int sig)
1303
{
1304
return (int)syscall(SYS_kill, pid, sig);
1305
}
1306
1307
static int fcntl(int fd, int cmd, ...)
1308
{
Callers
2
raise
Function · 0.85
abort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected