aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcsstarts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcsstarts.c')
-rw-r--r--src/wchar/wcsstarts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcsstarts.c b/src/wchar/wcsstarts.c
index 0b000af..cff8a1d 100644
--- a/src/wchar/wcsstarts.c
+++ b/src/wchar/wcsstarts.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* (wcsstarts)(const wchar_t* string, const wchar_t* desired)
{