diff options
Diffstat (limited to 'src/wchar/wcslen.c')
-rw-r--r-- | src/wchar/wcslen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcslen.c b/src/wchar/wcslen.c index 5c0be9f..3597803 100644 --- a/src/wchar/wcslen.c +++ b/src/wchar/wcslen.c @@ -25,6 +25,8 @@ * @param str The string. * @return The number of `wchar_t`:s before the * first NUL character. + * + * @since Always. */ size_t wcslen(const wchar_t* str) { |