aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/mem/mempcpy.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/mem/mempcpy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/mem/mempcpy.c b/src/string/mem/mempcpy.c
index 2072dc3..97b81f1 100644
--- a/src/string/mem/mempcpy.c
+++ b/src/string/mem/mempcpy.c
@@ -28,6 +28,8 @@
* @param whence The source memory segment.
* @param size The number of bytes to copy.
* @return `whither + size` is returned.
+ *
+ * @since Always.
*/
void* mempcpy(void* restrict whither, const void* restrict whence, size_t size)
{