首页 列表 - 第 80 页
INDEX - Linux手册页
INDEX - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 index,rindex-在字符串中定位字符 语法 #include <strings.h> char *index(const char *s, int c); char *rindex(const char *s, int c); 说明 index()函数返回一
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 - 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