cppreference.com
搜尋
🔍
建立帳號
登入
命名空間
頁面
討論
變體
不转换
简体
繁體
大陆简体
香港繁體
澳門繁體
大马简体
新加坡简体
臺灣正體
視圖
閱讀
檢視原始碼
檢視歷史
操作
strcmp
出自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)
strndup
(C23)
字符串檢驗
strlen
strnlen_s
(C11)
strcmp
strncmp