logo

oasis

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

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