aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strn/strstrnmove.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/strn/strstrnmove.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strn/strstrnmove.c b/src/string/strn/strstrnmove.c
index d1c63f9..aadb1a9 100644
--- a/src/string/strn/strstrnmove.c
+++ b/src/string/strn/strstrnmove.c
@@ -41,6 +41,8 @@
* number of copied characters; the address of
* one character passed the last written non-NUL
* character.
+ *
+ * @since Always.
*/
char* strstrnmove(char* whither, const char* whence, const char* restrict str, size_t maxlen)
{