Source position: grp.pp line 21
type TGroup = record
gr_name: pchar;
gr_passwd: pchar;
gr_gid: gid_t;
gr_mem: ppchar;
end;