aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcpnmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcpnmove.c')
-rw-r--r--src/wchar/wcpnmove.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcpnmove.c b/src/wchar/wcpnmove.c
index 25a591a..799423a 100644
--- a/src/wchar/wcpnmove.c
+++ b/src/wchar/wcpnmove.c
@@ -36,6 +36,8 @@
* until this amount of characters have been written.
* @return `whither` plus the number of written characters,
* excluding NUL characters, is returned.
+ *
+ * @since Always.
*/
wchar_t* wcpnmove(wchar_t* whither, const wchar_t* whence, size_t maxlen)
{