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

  man pages->Tru64 Unix man pages -> strlen (9r)              
Title
Content
Arch
Section
 

strlen(9r)

Contents


NAME    [Toc]    [Back]

       strlen  -  General:  Returns the number of characters in a
       null-terminated string

SYNOPSIS    [Toc]    [Back]

       int strlen(
               char *s );

ARGUMENTS    [Toc]    [Back]

       Specifies a pointer to a string (an  array  of  characters
       terminated by a null character).

DESCRIPTION    [Toc]    [Back]

       The  strlen routine returns the number of characters in s.
       The count does not include the terminating null character.
       Note that the character size is 1 byte.

RETURN VALUES    [Toc]    [Back]

       The  strlen routine returns the number of characters in s,
       not counting the terminating null character.



                                                       strlen(9r)
[ Back ]
 Similar pages
Name OS Title
strncmp Tru64 General: Compares two strings, using a specified number of characters
get_random_bytes_wait Tru64 General: Returns the requested number of random bytes and places them in a buffer.
get_random_bytes Tru64 General: Returns the requested number of random bytes and stores them in a buffer.
radix IRIX Returns the base number from the real or integer number models
precision IRIX Returns the decimal precision of a number in the real number model
get_info Tru64 General: Returns system-specific information
pmap_kernel Tru64 General: Returns the physical map handle for the kernel
trim IRIX Returns the character argument with trailing blank characters removed
getplanes IRIX returns the number of available bitplanes
fubyte Tru64 General: Returns a byte from user address space
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service