《Linux函数调用手册》之___endpwent关闭密码文件
定义:
void endpwent(void);
表头文件:
#include<pwd.h>
#include<sys/types.h>
说明:
endpwent()用来关闭由getpwent()所打开的密码文件。
相关函数:
getpwent, setpwent
示例:
返回顶部 | 《Linux函数调用大全》 | 《Linux命令大全》 | Linux专栏