Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ getpid
Function
getpid
examples/stdlib.c:1286–1289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1284
}
1285
1286
static pid_t getpid(void)
1287
{
1288
return (pid_t)syscall(SYS_getpid);
1289
}
1290
1291
static int execve(const char *filename, char *const argv[],
1292
char *const envp[])
Callers
2
emitPatch
Function · 0.85
abort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected