aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strn/strnstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strn/strnstr.c')
-rw-r--r--src/string/strn/strnstr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strn/strnstr.c b/src/string/strn/strnstr.c
index 8db61ac..e581116 100644
--- a/src/string/strn/strnstr.c
+++ b/src/string/strn/strnstr.c
@@ -31,6 +31,8 @@
* @param maxlen The maximum number of character to search.
* @return Pointer to the first occurrence of the
* substring, `NULL` if not found.
+ *
+ * @since Always.
*/
char* (strnstr)(const char* haystack, const char* needle, size_t maxlen)
{