Returns the number of bytes in the string up to, but not including, the first ASCII NUL. Example Code. char s[100]; int nbytes; nbytes = StringLength (s); ...
確定! 回上一頁