logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

grp.h (139B)


  1. #include_next <grp.h>
  2. #define setgroupent(n) setgrent()
  3. const char *group_from_gid(gid_t, int);
  4. int gid_from_group(const char *, gid_t *);