aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/mem/memcmove.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/mem/memcmove.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/mem/memcmove.c b/src/string/mem/memcmove.c
index ad10606..c1cf8ae 100644
--- a/src/string/mem/memcmove.c
+++ b/src/string/mem/memcmove.c
@@ -34,6 +34,8 @@
* that is, the address of `whither` plus the
* number of copied characters; the address of
* one character passed the last written character.
+ *
+ * @since Always.
*/
void* (memcmove)(void* whither, const void* whence, int c, size_t size)
{