aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcsncat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcsncat.c')
-rw-r--r--src/wchar/wcsncat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcsncat.c b/src/wchar/wcsncat.c
index bd48265..b8de3b4 100644
--- a/src/wchar/wcsncat.c
+++ b/src/wchar/wcsncat.c
@@ -34,6 +34,8 @@
* shorter, `whither` will be filled with NUL characters
* until this amount of characters have been written.
* @return `whither` is returned.
+ *
+ * @since Always.
*/
wchar_t* wcsncat(wchar_t* restrict whither, const wchar_t* restrict whence, size_t maxlen)
{