MCPcopy 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
1286static pid_t getpid(void)
1287{
1288 return (pid_t)syscall(SYS_getpid);
1289}
1290
1291static int execve(const char *filename, char *const argv[],
1292 char *const envp[])

Callers 2

emitPatchFunction · 0.85
abortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected