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