aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/strcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/str/strcasestr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strcasestr.c b/src/string/str/strcasestr.c
index 6468750..0ac4368 100644
--- a/src/string/str/strcasestr.c
+++ b/src/string/str/strcasestr.c
@@ -27,6 +27,8 @@
* @param needle The sought after substring.
* @return Pointer to the first occurrence of the
* substring, `NULL` if not found.
+ *
+ * @since Always.
*/
char* (strcasestr)(const char* haystack, const char* needle)
{