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