strlen(9F)
NAME
strlen − determine the number of non-null bytes in a string.
SYNOPSIS
#include <sys/ddi.h> size_t strlen(const char ∗s);
ARGUMENTS
s Pointer to a character string.
INTERFACE LEVEL
SPARC architecture specific (SPARC DDI).
DESCRIPTION
strlen() returns the number of non-null bytes in the string argument s.
RETURN VALUES
strlen() returns the number of non-null bytes in s.
CONTEXT
strlen() can be called from user or interrupt context.
SEE ALSO
SunOS 5.3 Writing Device Drivers
Sun Microsystems — Last change: 11 Apr 1991