ggeettggrrnnaamm() -- General Function (libc)

Get group file information, by group name
#iinncclluuddee <ggrrpp.hh>
ssttrruucctt ggrroouupp *ggeettggrrnnaamm(_g_n_a_m_e);
cchhaarr *_g_n_a_m_e;

ggeettggrrnnaamm() searches  file /eettcc/ggrroouupp for the first entry  with a group name
of _g_n_a_m_e.  It returns a pointer  to the entry for _g_n_a_m_e if  it is found; it
returns NULL for any error or if the end of the file is encountered.

_F_i_l_e_s
/eettcc/ggrroouupp
<ggrrpp.hh>

_S_e_e _A_l_s_o
ggrroouupp, lliibbcc
POSIX Standard, section 9.2.1

_N_o_t_e_s
All structures  and information returned  are in a static  area internal to
ggeettggrrnnaamm(). Therefore,  information from a previous  call is overwritten by
each subsequent call.
