From 2504bc9ef9e54cd600cec086ece9a5df4cbe8dd8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 21 Oct 2018 15:11:23 +0200 Subject: Add {str,mem}[r][case]eqlen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09d3d15..78b071a 100644 --- a/Makefile +++ b/Makefile @@ -43,12 +43,12 @@ OBJ =\ difftimeval.o\ doubletotimespec.o\ doubletotimeval.o\ - enaligned_memdup.o\ enaligned_allocz.o\ - enposix_memalignz.o\ + enaligned_memdup.o\ encalloc.o\ enmalloc.o\ enmemdup.o\ + enposix_memalignz.o\ enrealloc.o\ enstrdup.o\ enstrndup.o\ @@ -59,13 +59,17 @@ OBJ =\ envputenvf.o\ envreallocn.o\ isutf8.o\ + memcaseeqlen.o\ memdup.o\ memelem.o\ memends.o\ + memeqlen.o\ memmem.o\ mempsetelem.o\ + memrcaseeqlen.o\ memrchr.o\ memrelem.o\ + memreqlen.o\ memrmem.o\ memstarts.o\ minimise_number_string.o\ @@ -77,9 +81,11 @@ OBJ =\ strcasechr.o\ strcasechrnul.o\ strcaseends.o\ + strcaseeqlen.o\ strcasestr.o\ strchrnul.o\ strends.o\ + streqlen.o\ strncasestr.o\ strndup.o\ strnstr.o\ -- cgit v1.2.3-70-g09d2