aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/rawstrcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/str/rawstrcasestr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/rawstrcasestr.c b/src/string/str/rawstrcasestr.c
index 7e4cf9b..bae8c38 100644
--- a/src/string/str/rawstrcasestr.c
+++ b/src/string/str/rawstrcasestr.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.
*/
char* (rawstrcasestr)(const char* haystack, const char* needle)
{