summaryrefslogtreecommitdiff
path: root/src/tryuserpw.c
blob: a359d2773a6c0c2ef3d19b3dd14583924a3fcc9b (plain)
1
2
3
4
5
6
7
8
9
#include <userpw.h>

int main()
{
  struct userpw *upw;

  upw = getuserpw("");
  puts(upw->upw_passwd);
}