OnITRoad - man3
FTW - Linux手册页
FTW - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 ftw,nftw-文件树浏览 语法 #include <ftw.h> int nftw(const char *dirpath, int (*fn) (const char *fpath, const struct stat *sb,
Views:0 2019-08-20
NL_LANGINFO - Linux手册页
NL_LANGINFO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 nl_langinfo,nl_langinfo_l-查询语言和语言环境信息 语法 #include <langinfo.h> char *nl_langinfo(nl_item item); char *nl_langinfo_l(nl_item item,
Views:0 2019-08-20
NL_LANGINFO - Linux手册页
NL_LANGINFO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 nl_langinfo,nl_langinfo_l-查询语言和语言环境信息 语法 #include <langinfo.h> char *nl_langinfo(nl_item item); char *nl_langinfo_l(nl_item item,
Views:0 2019-08-20
DRAND48 - Linux手册页
DRAND48 - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 drand48,erand48,lrand48,nrand48,mrand48,jrand48,srand48,seed48,lcong48-生成均匀分布的伪随机数 语法 #include <stdlib.h> double drand48(void); doubl
Views:0 2019-08-20
DRAND48_R - Linux手册页
DRAND48_R - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 drand48_r,erand48_r,lrand48_r,nrand48_r,mrand48_r,jrand48_r,srand48_r,seed48_r,lcong48_r-重新生成均匀分布的伪随机数 语法 #include <stdlib.h> int dr
Views:0 2019-08-20
BYTEORDER - Linux手册页
BYTEORDER - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 htonl,htons,ntohl,ntohs-在主机和网络字节顺序之间转换值 语法 #include <arpa/inet.h> uint32_t htonl(uint32_t hostlong); uint16_t htons(uint16_t hostsh
Views:0 2019-08-20
BYTEORDER - Linux手册页
BYTEORDER - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 htonl,htons,ntohl,ntohs-在主机和网络字节顺序之间转换值 语法 #include <arpa/inet.h> uint32_t htonl(uint32_t hostlong); uint16_t htons(uint16_t hostsh
Views:0 2019-08-20
ADJTIMEX - Linux手册页
ADJTIMEX - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 adjtimex,clock_adjtime,ntp_adjtime-调整内核时钟 语法 #include <sys/timex.h> int adjtimex(struct timex *buf); int clock_adjtime(clockid_t clk
Views:0 2019-08-20
NTP_GETTIME - Linux手册页
NTP_GETTIME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 ntp_gettime,ntp_gettimex-获取时间参数(NTP守护程序接口) 语法 #include <sys/timex.h> int ntp_gettime(struct ntptimeval *ntv); int ntp_gettimex(st
Views:0 2019-08-20
NTP_GETTIME - Linux手册页
NTP_GETTIME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 ntp_gettime,ntp_gettimex-获取时间参数(NTP守护程序接口) 语法 #include <sys/timex.h> int ntp_gettime(struct ntptimeval *ntv); int ntp_gettimex(st
Views:0 2019-08-20
OFFSETOF - Linux手册页
OFFSETOF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 offsetof-结构成员的偏移量 语法 #include <stddef.h> size_t offsetof(type, member); 说明 宏offsetof()返回字段成员从结构类型开始的偏移量。 该宏非常有用,因为构成结构的字段的大小在不同的实现中
Views:0 2019-08-20
ON_EXIT - Linux手册页
ON_EXIT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-08-02 名称 on_exit-注册一个在正常进程终止时要调用的函数 语法 #include <stdlib.h> int on_exit(void (*function)(int , void *), void *arg); glibc的功能测试宏要求(请参阅feature_tes
Views:0 2019-08-20
OPEN_MEMSTREAM - Linux手册页
OPEN_MEMSTREAM - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 open_memstream,open_wmemstream-打开动态内存缓冲区流 语法 #include <stdio.h> FILE *open_memstream(char **ptr, size_t *sizeloc); #include &l
Views:0 2019-08-20
OPEN_MEMSTREAM - Linux手册页
OPEN_MEMSTREAM - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 open_memstream,open_wmemstream-打开动态内存缓冲区流 语法 #include <stdio.h> FILE *open_memstream(char **ptr, size_t *sizeloc); #include &l
Views:0 2019-08-20
OPENDIR - Linux手册页
OPENDIR - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 opendir,fdopendir-打开目录 语法 #include <sys/types.h> #include <dirent.h> DIR *opendir(const char *name); DIR *fdopendir(int fd); gli
Views:0 2019-08-20
SYSLOG - Linux手册页
SYSLOG - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 closelog,openlog,syslog,vsyslog-将消息发送到系统记录器 语法 #包括 void openlog(const char * ident,int选项,int工具); void syslog(int优先级,const char * format,...);
Views:0 2019-08-20