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