From d6278a12e7405d60d378d189dccb9e367b5574a7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Nov 2015 02:34:10 +0100 Subject: split index.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/strings/index.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/strings/index.c') diff --git a/src/strings/index.c b/src/strings/index.c index eb7e321..2f46d30 100644 --- a/src/strings/index.c +++ b/src/strings/index.c @@ -30,14 +30,3 @@ char* (index)(const char* string, int c) return (strchr)(string, c); } - -/** - * This function is identical to `strrchr`. - * - * This is a deprecated BSD extension. - */ -char* (rindex)(const char* string, int c) -{ - return (strrchr)(string, c); -} - -- cgit v1.2.3-70-g09d2