You'll also find some simplifications from C, which include string concatenation, associative array elements, and aggregation operators.
您还看到从 C 语言带来的简化,其中包括字符串连接、关联数组元素和合并操作符。
So, if a string with an embedded NUL character is passed to a library using a C convention, the string will suddenly be "chopped off" at that first NUL.
因此,如果一个内嵌 NUL 字符的字符串被传递给使用 C 约定的库,那么这个字符串就会突然被从第一个 NUL 处截断了。
Using the standard C string functions or your favorite string library, compare the common name and the host name.
使用标准的 C 字符串函数或您习惯使用的字符串库对通用名和主机名进行比较。
应用推荐