STRLEN

Section: Basic C Library Functions (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

strlen - Find the length of a string  

SYNOPSIS

size_t strlen(const char * s);
 

ARGUMENTS

s

The string to be sized
 

COPYRIGHT