Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <string.h> size_t strnlen(const char *s, size_t maxlen); |
Description | The
|
Errors | No errors are defined. |
Return val. | Length of the string s or value of the maxlen parameter when successful. The terminating null byte is not counted. |