aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcscspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcscspn.c')
-rw-r--r--src/wchar/wcscspn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcscspn.c b/src/wchar/wcscspn.c
index 5ef1769..31398fe 100644
--- a/src/wchar/wcscspn.c
+++ b/src/wchar/wcscspn.c
@@ -30,6 +30,8 @@
* @param string The string.
* @param stopset Characters disallowed in the substring.
* @return The length of the substring.
+ *
+ * @since Always.
*/
size_t wcscspn(const wchar_t* string, const wchar_t* stopset)
{