aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/rawwcscasestr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wchar/rawwcscasestr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/rawwcscasestr.c b/src/wchar/rawwcscasestr.c
index 51af4ce..e027edb 100644
--- a/src/wchar/rawwcscasestr.c
+++ b/src/wchar/rawwcscasestr.c
@@ -30,6 +30,8 @@
* @param haystack The string to search.
* @param needle The sought after substring.
* @return Pointer to the first occurrence of the substring.
+ *
+ * @since Always.
*/
wchar_t* (rawwcscasestr)(const wchar_t* haystack, const wchar_t* needle)
{