You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Equivalent of standard strlen. Returns the length of the given byte string, that is, the number of characters in a character array whose first element is pointed to by sz up to and not including the first null character.
Parameters
sz : pointer to the null-terminated byte string to be examined