Copyright Digital Equipment Corp. All rights reserved.

strnlen

   Returns the number of bytes in a string.

   Format

     #include  <string.h>

     size_t strnlen  (const char *s, size_t n);
 


Additional information available:

Arguments       Description     Return_Value