opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

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 *);