diff options
Diffstat (limited to 'src/wchar/wmemmove.c')
-rw-r--r-- | src/wchar/wmemmove.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wmemmove.c b/src/wchar/wmemmove.c index b531468..70ce283 100644 --- a/src/wchar/wmemmove.c +++ b/src/wchar/wmemmove.c @@ -28,6 +28,8 @@ * @param whence The source memory segment. * @param size The number of wide characters to copy. * @return `whither` is returned. + * + * @since Always. */ wchar_t* wmemmove(wchar_t* whither, const wchar_t* whence, size_t size) { |