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