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