linux C函数库
资源文件列表:

linux_C/left.htm 25.63KB
linux_C/index.htm 426B
linux_C/main.htm 1.27KB
linux_C/function/
linux_C/function/10.html 59.95KB
linux_C/function/02.html 27.74KB
linux_C/function/03.html 16.23KB
linux_C/function/04.html 22.01KB
linux_C/function/05.html 69.83KB
linux_C/function/06.html 48.49KB
linux_C/function/07.html 93.22KB
linux_C/function/08.html 21.27KB
linux_C/function/09.html 35.13KB
linux_C/function/01.html 32.61KB
linux_C/function/11.html 85.42KB
linux_C/function/12.html 80.75KB
linux_C/function/13.html 48.07KB
linux_C/function/14.html 68.41KB
linux_C/function/15.html 8.09KB
linux_C/function/16.html 10.91KB
资源介绍:
LINUX C 常用库函数,中文版
|
endgrent(关闭组文件) |
相关函数
|
getgrent,setgrent
|
表头文件
|
#include<grp.h>
#include<sys/types.h> |
定义函数
|
void endgrent(void);
|
函数说明
|
endgrent()用来关闭由getgrent()所打开的密码文件。
|
返回值
|
|
附加说明
|
|
范例
|
请参考getgrent()与setgrent()。
|
|
endpwent(关闭密码文件) |
相关函数
|
getpwent,setpwent
|
表头文件
|
#include<pwd.h>
#include<sys/types.h> |
定义函数
|
void endpwent(void);
|
函数说明
|
endpwent()用来关闭由getpwent()所打开的密码文件。
|
返回值
|
|
附加说明
|
|
范例
|
请参考getpwent()与setpwent()。
|
|
endutent(关闭utmp 文件) |
相关函数
|
getutent,setutent
|
表头文件
|
#include<utmp.h>
|
定义函数
|
void endutent(void);
|
函数说明
|
endutent()用来关闭由getutent所打开的utmp文件。
|
返回值
|
|
附加说明
|
|
范例
|
请参考getutent()。
|
|
fgetgrent(从指定的文件来读取组格式) |
相关函数
|
fgetpwent
|
表头文件
|
2007-04-19 12:04:23 100+评论 |