MCPcopy 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
119struct group { gid_t gr_gid; };
120struct 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