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