*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> strlen (3)              
Title
Content
Arch
Section
 

STRLEN(3)

Contents


NAME    [Toc]    [Back]

       strlen - calculate the length of a string

SYNOPSIS    [Toc]    [Back]

       #include <string.h>

       size_t strlen(const char *s);

DESCRIPTION    [Toc]    [Back]

       The  strlen()  function	calculates  the  length  of  the string s, not
       including the terminating `\0' character.

RETURN VALUE    [Toc]    [Back]

       The strlen() function returns the number of characters in s.

CONFORMING TO    [Toc]    [Back]

       SVID 3, POSIX, BSD 4.3, ISO 9899

SEE ALSO    [Toc]    [Back]

      
      
       string(3)



				  1993-04-12			     STRLEN(3)
[ Back ]
 Similar pages
Name OS Title
strlen FreeBSD find length of string
strlen Tru64 Find the length of a string
strlen NetBSD find length of string
strlen OpenBSD find length of a string
len Tru64 return length of Fortran string
len IRIX return length of Fortran string
len IRIX return length of Fortran string
glcmeasurecountedstring IRIX store a string of specified length in measurement buffer
strnlen Linux determine the length of a fixed-size string
strcspn Tru64 Return length of initial segment of string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service