STRLEN

Section: Manual del Programador de Linux (3)
Updated: 11 Marzo 1998
Index Return to Main Contents


 

NOMBRE

strlen - calcula la longitud de una cadena de caracteres  

SINOPSIS

#include <string.h>

size_t strlen(const char *s);
 

DESCRIPCIÓN

La función strlen() calcula la longitud de la cadena de caracteres s, sin incluir el carácter terminador `\0'.  

VALOR DEVUELTO

La función strlen() devuelve el número de caracteres en s.  

CONFORME A

SVID 3, POSIX, BSD 4.3, ISO 9899  

VÉASE TAMBIÉN

string

(3)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
VALOR DEVUELTO
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:25 GMT, January 22, 2005