Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <string.h> size_t strnlen(const char *s, size_t maxlen); The
The 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. |