首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

linux C函数库

后端 78.85KB 15 需要积分: 1
立即下载

资源介绍:

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
表头文件

资源文件列表:

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
0评论
提交 加载更多评论
其他资源 MFC深入浅出(李久进)
详细介绍了VC MFC的结构等
macos下的串口调试工具下载
自己写的MacOS下的串口调试工具 ,基于开源库ORSSerialPort。 支持16进制显示,以及字符串GBK或者UTF显示。 已废弃,app store 上已经有人开发出了更好用的app: https://apps.apple.com/cn/app/id1530756768
crm项目
crm项目文档,培训教程
Keil5 C51安装包.zip
下载了keil5之后 安装C51包就可以写单片机程序了
hibernate3.6.0
hibernate3.6.0基本使用模板 hibernate3.6.0基本使用模板
21天学通C++(高清中文第6版)
作者:Jesse Liberty / Siddhartha Rao / Bradley Jones 译者:袁国忠/陈秋萍 【c++上手必备,经典国外书籍最新第6版,中文高清版】
QAM调制与解调仿真程序
一个仿真DVB-C(Cable,数字有线电视)系统中QAM调制和解调的程序。在这个程序中,每执行一步操作,都会画出时域信号图和频域信号图,同时会在控制台打印出有关变量的取值,对于理解QAM调制与解调有一定的帮助。
springboot+vue学生选课管理系统
这是一个采用前后端分离开发的项目,前端采用 Vue 开发、后端采用 SpringBoot + Mybatis 开发。 1、admin 实现对教师,学生,课程的 CRUD 实现对教师业务以及学生业务的全方位控制 2、teacher 实现查询我开设的课程,以及选择我课程的学生信息 对学生成绩的登陆 3、student 实现选课退课的功能 实现成绩查询的功能