合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## endpwent ## 关闭密码文件 ### 相关函数 ### getpwent,setpwent ### 表头文件 ### ``` #include<pwd.h> #include<sys/types.h> ``` ### 定义函数 ### ``` void endpwent(void); ``` ### 函数说明 ### endpwent()用来关闭由getpwent()所打开的密码文件。 ### 范例 ### 请参考getpwent()与setpwent()。