关闭密码文件
getpwent,setpwent
#include<pwd.h> #include<sys/types.h>
void endpwent(void);
endpwent()用来关闭由getpwent()所打开的密码文件。
请参考getpwent()与setpwent()。