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