aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcscasestarts.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wchar/wcscasestarts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcscasestarts.c b/src/wchar/wcscasestarts.c
index bba5881..c613e4e 100644
--- a/src/wchar/wcscasestarts.c
+++ b/src/wchar/wcscasestarts.c
@@ -29,6 +29,8 @@
* @param desired The desired beginning of the string.
* @return `string` if `string` begins with
* `desired`, `NULL` otherwise.
+ *
+ * @since Always.
*/
wchar_t* (wcscasestarts)(const wchar_t* string, const wchar_t* desired)
{