From 160eaaddcfed8075abd06624835a2d49548eb5de Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 21 Oct 2018 11:51:38 +0200 Subject: Add strcasechr and strcasechrnul MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7af3845..21bd244 100644 --- a/Makefile +++ b/Makefile @@ -74,17 +74,19 @@ OBJ =\ rawmemchr.o\ rawmemrchr.o\ rawmemrchr.o\ + strcasechr.o\ + strcasechrnul.o\ strcaseends.o\ strcasestr.o\ strchrnul.o\ strends.o\ + strncasestr.o\ strndup.o\ strnstr.o\ - strncasestr.o\ strrcasestr.o\ - strrstr.o\ strrncasestr.o\ strrnstr.o\ + strrstr.o\ strstarts.o\ strtotimespec.o\ strtotimeval.o\ -- cgit v1.2.3-70-g09d2