diff options
Diffstat (limited to 'src/wchar/wcschrnul.c')
-rw-r--r-- | src/wchar/wcschrnul.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcschrnul.c b/src/wchar/wcschrnul.c index e548e97..9480706 100644 --- a/src/wchar/wcschrnul.c +++ b/src/wchar/wcschrnul.c @@ -36,6 +36,8 @@ * @return Pointer to the first occurrence of `c`, * Pointer to the terminating NUL character * if none were found. + * + * @since Always. */ wchar_t* (wcschrnul)(const wchar_t* string, wchar_t c) { |