aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcsnlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcsnlen.c')
-rw-r--r--src/wchar/wcsnlen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcsnlen.c b/src/wchar/wcsnlen.c
index a094d28..efff94c 100644
--- a/src/wchar/wcsnlen.c
+++ b/src/wchar/wcsnlen.c
@@ -27,6 +27,8 @@
* @return The number of `wchar_t`:s before the
* first NUL character. `maxlen` if no
* NUL character was found.
+ *
+ * @since Always.
*/
size_t wcsnlen(const wchar_t* str, size_t maxlen)
{