diff options
Diffstat (limited to 'src/wchar/wcscmove.c')
-rw-r--r-- | src/wchar/wcscmove.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcscmove.c b/src/wchar/wcscmove.c index 733ec41..7359781 100644 --- a/src/wchar/wcscmove.c +++ b/src/wchar/wcscmove.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* wcscmove(wchar_t* whither, const wchar_t* whence, wchar_t c) { |