首页下载资源后端linux C函数库

ZIPlinux C函数库

ww78.85KB需要积分:1

资源文件列表:

linux_C函数库.zip 大约有20个文件
  1. linux_C/left.htm 25.63KB
  2. linux_C/index.htm 426B
  3. linux_C/main.htm 1.27KB
  4. linux_C/function/
  5. linux_C/function/10.html 59.95KB
  6. linux_C/function/02.html 27.74KB
  7. linux_C/function/03.html 16.23KB
  8. linux_C/function/04.html 22.01KB
  9. linux_C/function/05.html 69.83KB
  10. linux_C/function/06.html 48.49KB
  11. linux_C/function/07.html 93.22KB
  12. linux_C/function/08.html 21.27KB
  13. linux_C/function/09.html 35.13KB
  14. linux_C/function/01.html 32.61KB
  15. linux_C/function/11.html 85.42KB
  16. linux_C/function/12.html 80.75KB
  17. linux_C/function/13.html 48.07KB
  18. linux_C/function/14.html 68.41KB
  19. linux_C/function/15.html 8.09KB
  20. linux_C/function/16.html 10.91KB

资源介绍:

LINUX C 常用库函数,中文版
Untitled Document
 



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+评论
captcha