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