strlen(9) centos man page | unix.com

Man Page: strlen

Operating Environment: centos

Section: 9

STRLEN(9)						     Basic C Library Functions							 STRLEN(9)

NAME
strlen - Find the length of a string
SYNOPSIS
size_t strlen(const char * s);
ARGUMENTS
s The string to be sized
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRLEN(9)
Related Man Pages
strlen(3p) - centos
string(3) - mojave
strlen(3p) - posix
string(3) - osx
strlen(3) - opendarwin
Similar Topics in the Unix Linux Community
Delete first 2 character from string
Problem with the strlen function in ksh
Getting error "Undefined symbol: .u_strlen_2_6"
pointer arithmetic vs. strlen() & strnlen()?
Segment fault related to strlen.S