📌  相关文章
📜  strlen stop before '\0' or at - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:42.450000             🧑  作者: Mango

代码示例1
strlen Retrieves the length of a string. In contrast to the Binlen function Strlen does not return the data length, but returns the number of characters before the first '\0' (null) character.