#if 0 #include struct passwd { char * pw_name; uid_t pw_uid; gid_t pw_gid; char * pw_dir; char * pw_shell; }; /* POSIX(1) */ #endif