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