Query: strlen
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
strlen(9r) strlen(9r)NAMEstrlen - General: Returns the number of characters in a null-terminated stringSYNOPSISint strlen( char *s );ARGUMENTSSpecifies a pointer to a string (an array of characters terminated by a null character).DESCRIPTIONThe strlen routine returns the number of characters in s. The count does not include the terminating null character. Note that the charac- ter size is 1 byte.RETURN VALUESThe strlen routine returns the number of characters in s, not counting the terminating null character. strlen(9r)
Related Man Pages |
---|
string(3) - v7 |
strlcat(9f) - sunos |
strlen(3) - xfree86 |
strlen(3) - x11r4 |
strlen(3) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Problems with Strlen |
'strlen' of a constant string |
strlen for UTF-8 |
Segment fault related to strlen.S |
PHP: declared variables, strlen vs isset |