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