Copyright Digital Equipment Corp. All rights reserved.

strlen

   Returns the length of a string of ASCII characters. The returned
   length does not include the terminating null character (\0).

   Format

     #include  <string.h>

     size_t strlen  (const char *str);
 


Additional information available:

Argument        Return_Value