diff options
Diffstat (limited to 'src/string/mem/mempmove.c')
-rw-r--r-- | src/string/mem/mempmove.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/mem/mempmove.c b/src/string/mem/mempmove.c index f837032..415e38b 100644 --- a/src/string/mem/mempmove.c +++ b/src/string/mem/mempmove.c @@ -29,6 +29,8 @@ * @param whence The source memory segment. * @param size The number of bytes to copy. * @return `whither + size` is returned. + * + * @since Always. */ void* mempmove(void* whither, const void* whence, size_t size) { |