aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/strmove.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/str/strmove.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strmove.c b/src/string/str/strmove.c
index 4bd52f4..892b852 100644
--- a/src/string/str/strmove.c
+++ b/src/string/str/strmove.c
@@ -28,6 +28,8 @@
* @param whither The destination memory segment.
* @param whence The source memory segment.
* @return `whither` is returned.
+ *
+ * @since Always.
*/
char* strmove(char* whither, const char* whence)
{