aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/strchr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/str/strchr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strchr.c b/src/string/str/strchr.c
index 0ed53b4..8226726 100644
--- a/src/string/str/strchr.c
+++ b/src/string/str/strchr.c
@@ -34,6 +34,8 @@
* @param c The sought after character.
* @return Pointer to the first occurrence of `c`,
* `NULL` if none were found.
+ *
+ * @since Always.
*/
char* (strchr)(const char* string, int c)
{