aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strn/strnlen.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/strn/strnlen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strn/strnlen.c b/src/string/strn/strnlen.c
index 5473682..2d45e68 100644
--- a/src/string/strn/strnlen.c
+++ b/src/string/strn/strnlen.c
@@ -27,6 +27,8 @@
* @param maxlen The number of bytes to inspect, at most.
* @return The number of bytes before, the first NUL byte.
* `maxlen` if no NUL byte was found.
+ *
+ * @since Always.
*/
size_t strnlen(const char* str, size_t maxlen)
{