1 #include <userpw.h>
2 
main()3 void main()
4 {
5   struct userpw *upw;
6 
7   upw = getuserpw("");
8   puts(upw->upw_passwd);
9 }
10