Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ getrusage
Function
getrusage
examples/stdlib.c:1398–1401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1396
}
1397
1398
static int getrusage(int who, struct rusage *usage)
1399
{
1400
return (int)syscall(SYS_getrusage, who, usage);
1401
}
1402
1403
static uid_t getuid(void)
1404
{
Callers
1
realMain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected