/* $Id: tryspnam.c 616 2005-08-19 20:11:01Z bruce $ */ #include void main() { struct spwd *spw; spw = getspnam(""); puts(spw->sp_pwdp); }