V7M/include/grp.h

Compare this file to the similar file:
Show the results in this format:

struct	group { /* see getgrent(3) */
	char	*gr_name;
	char	*gr_passwd;
	int	gr_gid;
	char	**gr_mem;
};