opkg

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

pwd.h (136B)


      1 #include_next <pwd.h>
      2 #define setpassent(n) setpwent()
      3 const char *user_from_uid(uid_t, int);
      4 int uid_from_user(const char *, uid_t *);