| Linux Standard Base Core Specification 3.1 | ||
|---|---|---|
| <<< Previous | Next >>> | |
The strnlen() function shall compute the number of bytes in the array to which s points, stopping at maxlen bytes. A null byte and any bytes following it are not counted.
The strnlen() function shall return the length of s if that is less than maxlen, or maxlen if there is no null byte in the first maxlen bytes.
| <<< Previous | Home | Next >>> |
| strndup | Up | strptime |