aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcschrnul.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wchar/wcschrnul.c2
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)
{