C字串函式庫是C語言裡負責各種字符串處理操作功能的標準函式庫,例如:複製,連接,標記化和搜索等。
包含的函數
; 轉換函數
*[http://www.cplusplus.com/reference/clibrary/cstdlib/mbtowc mbtowc] - converts the first multibyte character in a string to the matching wide character
*[http://www.cplusplus.com/reference/clibrary/cstdlib/wctomb wctomb] - converts a wide character to the matching multibyte character
參考資料
參看
- for source code syntax, including backslash escape sequences.
*
- Null-terminated string
评论 (0)