diff options
Diffstat (limited to 'src/wchar/wcsmove.c')
-rw-r--r-- | src/wchar/wcsmove.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcsmove.c b/src/wchar/wcsmove.c index 377662c..254745f 100644 --- a/src/wchar/wcsmove.c +++ b/src/wchar/wcsmove.c @@ -28,6 +28,8 @@ * @param whither The destination memory segment. * @param whence The source memory segment. * @return `whither` is returned. + * + * @since Always. */ wchar_t* wcsmove(wchar_t* whither, const wchar_t* whence) { |