aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/mem/rawmemchr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/mem/rawmemchr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/mem/rawmemchr.c b/src/string/mem/rawmemchr.c
index 8f5c03e..afaae48 100644
--- a/src/string/mem/rawmemchr.c
+++ b/src/string/mem/rawmemchr.c
@@ -31,6 +31,8 @@
* @param segment The memory segment to search.
* @param c The sought after character.
* @return Pointer to the first occurrence of `c`.
+ *
+ * @since Always.
*/
void* (rawmemchr)(const void* segment, int c)
{