Source position: grp.pp line 28
type TGroup = record
gr_name: PAnsiChar;
gr_passwd: PAnsiChar;
gr_gid: gid_t;
gr_mem: PPAnsiChar;
end;