From 1054a875c7f96e5799c8bfbf8a73e41dd064b606 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 12 Aug 2018 22:02:07 +0200 Subject: Add memrmem, strrstr, and strrcasestr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ffbaad..ae5830b 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ OBJ =\ memends.o\ memmem.o\ memrchr.o\ + memrmem.o\ memstarts.o\ multimespec.o\ multimeval.o\ @@ -39,6 +40,8 @@ OBJ =\ strchrnul.o\ strends.o\ strndup.o\ + strrcasestr.o\ + strrstr.o\ strstarts.o\ strtotimespec.o\ strtotimeval.o\ -- cgit v1.2.3-70-g09d2