OnITRoad - man3
INET - Linux手册页
INET - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_aton,inet_addr,inet_network,inet_ntoa,inet_makeaddr,inet_lnaof,inet_netof-Internet地址操作例程 语法 #include <sys/socket.h> #include <neti
Views:0 2019-08-20
INET - Linux手册页
INET - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_aton,inet_addr,inet_network,inet_ntoa,inet_makeaddr,inet_lnaof,inet_netof-Internet地址操作例程 语法 #include <sys/socket.h> #include <neti
Views:0 2019-08-20
INET - Linux手册页
INET - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_aton,inet_addr,inet_network,inet_ntoa,inet_makeaddr,inet_lnaof,inet_netof-Internet地址操作例程 语法 #include <sys/socket.h> #include <neti
Views:0 2019-08-20
INET_NET_PTON - Linux手册页
INET_NET_PTON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_net_pton,inet_net_ntop-Internet网络号转换 语法 #include <arpa/inet.h> int inet_net_pton(int af, const char *pres,
Views:0 2019-08-20
INET_NET_PTON - Linux手册页
INET_NET_PTON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_net_pton,inet_net_ntop-Internet网络号转换 语法 #include <arpa/inet.h> int inet_net_pton(int af, const char *pres,
Views:0 2019-08-20
INET - Linux手册页
INET - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_aton,inet_addr,inet_network,inet_ntoa,inet_makeaddr,inet_lnaof,inet_netof-Internet地址操作例程 语法 #include <sys/socket.h> #include <neti
Views:0 2019-08-20
INET - Linux手册页
INET - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_aton,inet_addr,inet_network,inet_ntoa,inet_makeaddr,inet_lnaof,inet_netof-Internet地址操作例程 语法 #include <sys/socket.h> #include <neti
Views:0 2019-08-20
INET - Linux手册页
INET - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_aton,inet_addr,inet_network,inet_ntoa,inet_makeaddr,inet_lnaof,inet_netof-Internet地址操作例程 语法 #include <sys/socket.h> #include <neti
Views:0 2019-08-20
INET_NTOP - Linux手册页
INET_NTOP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_ntop-将IPv4和IPv6地址从二进制转换为文本形式 语法 #include <arpa/inet.h> const char *inet_ntop(int af, const void *src, cha
Views:0 2019-08-20
INET_PTON - Linux手册页
INET_PTON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 inet_pton-将IPv4和IPv6地址从文本转换为二进制形式 语法 #include <arpa/inet.h> int inet_pton(int af, const char *src, void *dst); 说明 此函数将字符串src转换为af地
Views:0 2019-08-20
INITGROUPS - Linux手册页
INITGROUPS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 initgroups-初始化补充组访问列表 语法 #include <sys/types.h> #include <grp.h> int initgroups(const char *user, gid_t group); glibc的功能测试宏要求
Views:0 2019-08-20
RANDOM - Linux手册页
RANDOM - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 random, srandom, initstate, setstate-随机数生成器 语法 #include <stdlib.h> long int random(void); void srandom(unsigned int seed); char *init
Views:0 2019-08-20
RANDOM_R - Linux手册页
RANDOM_R - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 random_r,srandom_r,initstate_r,setstate_r-可重入随机数生成器 语法 #include <stdlib.h> int random_r(struct random_data *buf, int32_t *result); i
Views:0 2019-08-20
SETNETGRENT - Linux手册页
SETNETGRENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 setnetgrent,endnetgrent,getnetgrent,getnetgrent_r,innetgr-处理网络组条目 语法 #include <netdb.h> int setnetgrent(const char *netgroup); vo
Views:0 2019-08-20
INSQUE - Linux手册页
INSQUE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 insque,remque-从队列中插入/删除项目 语法 #include <search.h> void insque(void *elem, void *prev); void remque(void *elem); glibc的功能测试宏要求(请参阅featur
Views:0 2019-08-20
INTRO - Linux手册页
INTRO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 简介-库功能简介 说明 本手册的第3节介绍了除第2节中描述的实现系统调用的库函数(系统调用包装器)以外的所有库函数。 本节中描述的许多功能是标准C库(libc)的一部分。某些函数是其他库的一部分(例如,数学库,libm或实时库,librt),在这种情况下,手册页将指示针对所需库进行链接
Views:0 2019-08-20