首页 列表 - 第 67 页
GETADDRINFO - Linux手册页
GETADDRINFO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 getaddrinfo,freeaddrinfo,gai_strerror-网络地址和服务翻译 语法 #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> i
Views:0 2019-08-20
GETIPNODEBYNAME - Linux手册页
GETIPNODEBYNAME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getipnodebyname,getipnodebyaddr,freehostent-获取网络主机名和地址 语法 #include <sys/types.h> #include <sys/socket.h> #include <net
Views:0 2019-08-20
GETIFADDRS - Linux手册页
GETIFADDRS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 getifaddrs,freeifaddrs-获取接口地址 语法 #include <sys/types.h> #include <ifaddrs.h> int getifaddrs(struct ifaddrs **ifap); void fre
Views:0 2019-08-20
NEWLOCALE - Linux手册页
NEWLOCALE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 newlocale, freelocale - 创建、修改和释放一个locale对象 语法 #include <locale.h> locale_t newlocale(int category_mask, const char *locale,
Views:0 2019-08-20
FOPEN - Linux手册页
FOPEN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-05-09 名称 fopen,fdopen,freopen-流打开功能 语法 #include <stdio.h> FILE *fopen(const char *pathname, const char *mode); FILE *fdopen(int fd, const char *
Views:0 2019-08-20
FREXP - Linux手册页
FREXP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 frexp,frexpf,frexpl-将浮点数转换为小数和整数部分 语法 #include <math.h> double frexp(double x, int *exp); float frexpf(float x, int *exp); long double f
Views:0 2019-08-20
FREXP - Linux手册页
FREXP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 frexp,frexpf,frexpl-将浮点数转换为小数和整数部分 语法 #include <math.h> double frexp(double x, int *exp); float frexpf(float x, int *exp); long double f
Views:0 2019-08-20
FREXP - Linux手册页
FREXP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 frexp,frexpf,frexpl-将浮点数转换为小数和整数部分 语法 #include <math.h> double frexp(double x, int *exp); float frexpf(float x, int *exp); long double f
Views:0 2019-08-20
SCANF - Linux手册页
SCANF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-08-13 名称 scanf,fscanf,sscanf,vscanf,vsscanf,vfscanf-输入格式转换 语法 #include <stdio.h> int scanf(const char *format, ...); int fscanf(FILE *stream, con
Views:0 2019-08-20
FSEEK - Linux手册页
FSEEK - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-04-30 名称 fgetpos,fseek,fsetpos,ftell,倒带-重新定位流 语法 #包括 int fseek(FILE *流,长偏移量,int wherece); 长ftell(FILE * stream); 无效倒带(FILE * stream); int fgetpos(FILE *
Views:0 2019-08-20
FSEEKO - Linux手册页
FSEEKO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fseeko,ftello-查找或报告文件位置 语法 #include <stdio.h> int fseeko(FILE *stream, off_t offset, int whence); off_t ftello(FILE *stream); glibc的功能
Views:0 2019-08-20
FSEEK - Linux手册页
FSEEK - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-04-30 名称 fgetpos,fseek,fsetpos,ftell,倒带-重新定位流 语法 #包括 int fseek(FILE *流,长偏移量,int wherece); 长ftell(FILE * stream); 无效倒带(FILE * stream); int fgetpos(FILE *
Views:0 2019-08-20
STATVFS - Linux手册页
STATVFS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 statvfs,fstatvfs-获取文件系统统计信息 语法 #包括 int statvfs(const char * path,struct statvfs * buf); int fstatvfs(int fd,struct statvfs * buf); 说明 函数sta
Views:0 2019-08-20
FSEEK - Linux手册页
FSEEK - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-04-30 名称 fgetpos,fseek,fsetpos,ftell,倒带-重新定位流 语法 #包括 int fseek(FILE *流,长偏移量,int wherece); 长ftell(FILE * stream); 无效倒带(FILE * stream); int fgetpos(FILE *
Views:0 2019-08-20
FSEEKO - Linux手册页
FSEEKO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fseeko,ftello-查找或报告文件位置 语法 #include <stdio.h> int fseeko(FILE *stream, off_t offset, int whence); off_t ftello(FILE *stream); glibc的功能
Views:0 2019-08-20
FTIME - Linux手册页
FTIME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-02-09 名称 ftime-返回日期和时间 语法 #包括 int ftime(struct timeb * tp); 说明 注意:不建议使用此函数,并且在以后的GNU C库版本中将删除该函数。请改用clock_gettime(2)。 此函数返回自1970年1月1日00:00:00 +0000(UT
Views:0 2019-08-20