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