Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eggert/tz
/ group
Class
group
zic.c:119–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
# include <pwd.h>
118
#else
119
struct group { gid_t gr_gid; };
120
struct passwd { uid_t pw_uid; };
121
# define getgrnam(arg) NULL
122
# define getpwnam(arg) NULL
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected