首页 列表 - 第 117 页

STRERROR - Linux手册页

STRERROR - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 strerror,strerror_r,strerror_l-返回描述错误号的字符串 语法 #include <string.h> char *strerror(int errnum); int strerror_r(int errnum, char *buf,

Views:0  2019-08-20

STRFMON - Linux手册页

STRFMON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 strfmon,strfmon_l-将货币值转换为字符串 语法 #include <monetary.h> ssize_t strfmon(char *s, size_t max, const char *format, ...); ssize_t strfmon_

Views:0  2019-08-20

STRFMON - Linux手册页

STRFMON - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 strfmon,strfmon_l-将货币值转换为字符串 语法 #include <monetary.h> ssize_t strfmon(char *s, size_t max, const char *format, ...); ssize_t strfmon_

Views:0  2019-08-20

STRFROMD - Linux手册页

STRFROMD - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 strfromd,strfromf,strfroml-将浮点值转换为字符串 语法 #include <stdlib.h> int strfromd(char *restrict str, size_t n, const char *rest

Views:0  2019-08-20

STRFROMD - Linux手册页

STRFROMD - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 strfromd,strfromf,strfroml-将浮点值转换为字符串 语法 #include <stdlib.h> int strfromd(char *restrict str, size_t n, const char *rest

Views:0  2019-08-20

STRFROMD - Linux手册页

STRFROMD - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 strfromd,strfromf,strfroml-将浮点值转换为字符串 语法 #include <stdlib.h> int strfromd(char *restrict str, size_t n, const char *rest

Views:0  2019-08-20

STRFRY - Linux手册页

STRFRY - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 strfry-将字符串随机化 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <string.h> char *strfry(char *string); 说明 str

Views:0  2019-08-20

STRFTIME - Linux手册页

STRFTIME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-08-13 名称 strftime-格式化日期和时间 语法 #include <time.h> size_t strftime(char *s, size_t max, const char *format, const struct tm *tm);

Views:0  2019-08-20

STRING - Linux手册页

STRING - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 stpcpy,strcasecmp,strcat,strchr,strcmp,strcoll,strcpy,strcspn,strdup,strfry,strlen,strncat,strncmp,strncpy,strncasecmp,strpbrk,strrchr,strsep,st

Views:0  2019-08-20

STRLEN - Linux手册页

STRLEN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 strlen-计算字符串的长度 语法 #include <string.h> size_t strlen(const char *s); 说明 strlen()函数计算s指向的字符串的长度,不包括终止的空字节(aq \ 0aq)。 返回值 strlen()函数返

Views:0  2019-08-20

STRCASECMP - Linux手册页

STRCASECMP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 strcasecmp,strncasecmp-比较两个忽略大小写的字符串 语法 #include <strings.h> int strcasecmp(const char *s1, const char *s2); int strncasecmp(const

Views:0  2019-08-20

STRCAT - Linux手册页

STRCAT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 strcat,strncat-连接两个字符串 语法 #include <string.h> char *strcat(char *dest, const char *src); char *strncat(char *dest, const char *src, si

Views:0  2019-08-20

STRCMP - Linux手册页

STRCMP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 strcmp,strncmp-比较两个字符串 语法 #include <string.h> int strcmp(const char *s1, const char *s2); int strncmp(const char *s1, const char *s2,

Views:0  2019-08-20

STRCPY - Linux手册页

STRCPY - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 strcpy,strncpy-复制字符串 语法 #include <string.h> char *strcpy(char *dest, const char *src); char *strncpy(char *dest, const char *src, size

Views:0  2019-08-20

STRDUP - Linux手册页

STRDUP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 strdup,strndup,strdupa,strndupa-复制字符串 语法 #include <string.h> char *strdup(const char *s); char *strndup(const char *s, size_t n); char

Views:0  2019-08-20

STRDUP - Linux手册页

STRDUP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 strdup,strndup,strdupa,strndupa-复制字符串 语法 #include <string.h> char *strdup(const char *s); char *strndup(const char *s, size_t n); char

Views:0  2019-08-20