STRNLEN
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
strnlen - Find the length of a length-limited string
SYNOPSIS
"SYNOPSIS"
size_t strnlen (const char * s, size_t n);
ARGUMENTS
- s
-
The string to be sized
- n
-
The maximum number of bytes to search
DESCRIPTION
returns the minimum of the length of s and n
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:53 GMT, October 09, 2005