MCPcopy Create free account
hub / github.com/NetHack/NetHack / getlogin

Function getlogin

sys/amiga/amidos.c:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78#ifndef getlogin
79char *
80getlogin(void)
81{
82 return ((char *) NULL);
83}
84#endif
85
86/* abs() provided by libnix/stdlib */

Callers 4

whoamiFunction · 0.85
get_unix_pwFunction · 0.85
whoamiFunction · 0.85
get_unix_pwFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected