MCPcopy Create free account
hub / github.com/NetHack/NetHack / (getuid)

Function (getuid)

sys/unix/unixunix.c:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436uid_t (getuid)(void)
437{
438 return nh_getuid();
439}
440
441uid_t (geteuid)(void)
442{

Callers

nothing calls this directly

Calls 1

nh_getuidFunction · 0.85

Tested by

no test coverage detected