Content-type: text/html Man page of strlen

strlen

Section: Kernel Functions for Drivers (9F)
Updated: 16 Jan 2006
Index Return to Main Contents
 

NAME

strlen - determine the number of non-null bytes in a string  

SYNOPSIS

#include <sys/ddi.h> 

size_t strlen(const char *s);  

INTERFACE LEVEL

Solaris DDI specific (Solaris DDI).  

PARAMETERS

s Pointer to a character string.

 

DESCRIPTION

The strlen() function returns the number of non-null bytes in the string argument s.  

RETURN VALUES

The strlen() function returns the number of non-null bytes in s.  

CONTEXT

The strlen() function can be called from user, interrupt, or kernel context.  

SEE ALSO

Writing Device Drivers


 

Index

NAME
SYNOPSIS
INTERFACE LEVEL
PARAMETERS
DESCRIPTION
RETURN VALUES
CONTEXT
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:43 GMT, October 02, 2010