cppreference.com
创建账户
登录
名字空间
页面
讨论
变换
不转换
简体
繁體
大陆简体
香港繁體
澳門繁體
大马简体
新加坡简体
台灣正體
查看
查看
编辑
历史
操作
toupper
来自cppreference.com
<
c
|
string
|
byte
C
编译器支持
语言
头文件
类型支持
程序工具
可变参数函数支持
错误处理
动态内存管理
字符串库
算法
数值
日期和时间工具
输入/输出支持
本地化支持
并发支持
(C11)
技术规范
符号索引
[编辑]
字符串库
空终止字节字符串
空终止多字节字符串
空终止宽字符串
[编辑]
空终止字节字符串
函数
字符操作
isalnum
isalpha
islower
isupper
isdigit
isxdigit
isblank
(C99)
iscntrl
isgraph
isspace
isprint
ispunct
tolower
toupper
转换成数值格式
atoi
atol
atoll
(C99)
atof
strtol
strtoll
(C99)
strtoul
strtoull
(C99)
strtoimax
strtoumax
(C99)
(C99)
strtof
strtod
strtold
(C99)
(C99)
strfromf
strfromd
strfromld
(C23)
(C23)
(C23)
字符串操作
strcpy
strcpy_s
(C11)
strncpy
strncpy_s
(C11)
strcat
strcat_s
(C11)
strncat
strncat_s
(C11)
strxfrm
strdup
(C23)