strlen(9r) osf1 man page | unix.com

Man Page: strlen

Operating Environment: osf1

Section: 9r

strlen(9r)																strlen(9r)

NAME
strlen - General: Returns the number of characters in a null-terminated string
SYNOPSIS
int strlen( char *s );
ARGUMENTS
Specifies a pointer to a string (an array of characters terminated by a null character).
DESCRIPTION
The 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 VALUES
The strlen routine returns the number of characters in s, not counting the terminating null character. strlen(9r)
Related Man Pages
stpncpy(3) - suse
strlen(3) - osf1
strlcat(9f) - sunos
strncat(9f) - sunos
strlen(3) - v7
Similar Topics in the Unix Linux Community
Delete first 2 character from string
Getting error "Undefined symbol: .u_strlen_2_6"
pointer arithmetic vs. strlen() & strnlen()?
Segment fault related to strlen.S
PHP: declared variables, strlen vs isset