aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/mem/memrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/mem/memrchr.c')
-rw-r--r--src/string/mem/memrchr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/mem/memrchr.c b/src/string/mem/memrchr.c
index 7325049..2781a71 100644
--- a/src/string/mem/memrchr.c
+++ b/src/string/mem/memrchr.c
@@ -34,6 +34,8 @@
* @param size The size of the memory segment.
* @return Pointer to the last occurrence of `c`,
* `NULL` if none were found.
+ *
+ * @since Always.
*/
void* (memrchr)(const void* segment, int c, size_t size)
{