aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcspbrk.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wchar/wcspbrk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcspbrk.c b/src/wchar/wcspbrk.c
index 1cbb176..064252f 100644
--- a/src/wchar/wcspbrk.c
+++ b/src/wchar/wcspbrk.c
@@ -33,6 +33,8 @@
* @return A pointer to the first occurrence in
* `string` of a character found in `stopset`.
* `NULL` is returned if none is found.
+ *
+ * @since Always.
*/
wchar_t* (wcspbrk)(const wchar_t* string, const wchar_t* stopset)
{