diff options
Diffstat (limited to 'src/string/strn/strnmove.c')
-rw-r--r-- | src/string/strn/strnmove.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strn/strnmove.c b/src/string/strn/strnmove.c index 0d22c15..dc159db 100644 --- a/src/string/strn/strnmove.c +++ b/src/string/strn/strnmove.c @@ -34,6 +34,8 @@ * shorter, `whither` will be filled with NUL bytes * until this amount of bytes have been written. * @return `whither` is returned. + * + * @since Always. */ char* strnmove(char* whither, const char* whence, size_t maxlen) { |