aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings/rindex.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/strings/rindex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/rindex.c b/src/strings/rindex.c
index 3e39a9e..b131367 100644
--- a/src/strings/rindex.c
+++ b/src/strings/rindex.c
@@ -26,6 +26,8 @@
* This is a deprecated BSD extension.
*
* @etymology (R)ight-most (index) of character.
+ *
+ * @since Always.
*/
char* (rindex)(const char* string, int c)
{