diff options
Diffstat (limited to 'src/wchar/wcsccpy.c')
-rw-r--r-- | src/wchar/wcsccpy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcsccpy.c b/src/wchar/wcsccpy.c index e078359..b7e4d98 100644 --- a/src/wchar/wcsccpy.c +++ b/src/wchar/wcsccpy.c @@ -35,6 +35,8 @@ * number of copied characters; the address of * one character passed the last written non-NUL * character. + * + * @since Always. */ wchar_t* wcsccpy(wchar_t* restrict whither, const wchar_t* restrict whence, wchar_t c) { |